summaryrefslogtreecommitdiff
path: root/tools/llvmc/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/examples/Makefile')
-rw-r--r--tools/llvmc/examples/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/llvmc/examples/Makefile b/tools/llvmc/examples/Makefile
deleted file mode 100644
index 8468e93104..0000000000
--- a/tools/llvmc/examples/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-##===- tools/llvmc/examples/Makefile -----------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL=../../..
-
-PARALLEL_DIRS := Hello Simple mcc16 Skeleton
-
-include $(LEVEL)/Makefile.common