aboutsummaryrefslogtreecommitdiffstats
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, 13 insertions, 0 deletions
diff --git a/projects/sample/lib/Makefile b/projects/sample/lib/Makefile
new file mode 100644
index 0000000..959038b
--- /dev/null
+++ b/projects/sample/lib/Makefile
@@ -0,0 +1,13 @@
+##===- 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