1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
14 lines
248 B
Makefile
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
|