diff options
Diffstat (limited to 'projects/SmallExamples/Makefile')
-rw-r--r-- | projects/SmallExamples/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/projects/SmallExamples/Makefile b/projects/SmallExamples/Makefile deleted file mode 100644 index 9bf67bf2d4..0000000000 --- a/projects/SmallExamples/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- projects/Makefile ------------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## -LEVEL=../.. - -include $(LEVEL)/Makefile.config - -DIRS = Fibonacci HowToUseJIT - -include $(BUILD_SRC_ROOT)/Makefile.rules |