aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/example/Skeleton/driver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/example/Skeleton/driver/Makefile')
-rw-r--r--tools/llvmc/example/Skeleton/driver/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/llvmc/example/Skeleton/driver/Makefile b/tools/llvmc/example/Skeleton/driver/Makefile
deleted file mode 100644
index 93e795b..0000000
--- a/tools/llvmc/example/Skeleton/driver/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-##===- llvmc/example/Skeleton/driver/Makefile --------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open
-# Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = $(LLVMC_BASE_LEVEL)/..
-LLVMC_BASED_DRIVER = $(LLVMC_BASED_DRIVER_NAME)
-
-include $(LEVEL)/Makefile.common