llvm-6502/projects/sample/Makefile.common

11 lines
172 B
Makefile
Raw Normal View History

#
# Set this variable to the top of the LLVM source tree.
#
LLVM_SRC_ROOT = $(LEVEL)/../..
#
# Include LLVM's Master Makefile.
#
include $(LLVM_SRC_ROOT)/Makefile.common