Files
archived-llvm-mirror/projects/ModuleMaker/tools/Makefile
Chris Lattner 2a728f1380 Initial checkin of ModuleMaker project
llvm-svn: 8036
2003-08-21 22:29:52 +00:00

12 lines
171 B
Makefile

#
# Relative path to the top of the source tree.
#
LEVEL=..
#
# List all of the subdirectories that we will compile.
#
DIRS=ModuleMaker
include $(LEVEL)/Makefile.common