llvm-6502/projects/sample/tools/Makefile
2003-10-21 15:33:12 +00:00

14 lines
248 B
Makefile

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