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