summaryrefslogtreecommitdiff
path: root/projects/sample/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/sample/tools/Makefile')
-rw-r--r--projects/sample/tools/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/projects/sample/tools/Makefile b/projects/sample/tools/Makefile
deleted file mode 100644
index 00ff52b42c..0000000000
--- a/projects/sample/tools/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-##===- 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