summaryrefslogtreecommitdiff
path: root/projects/Stacker/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/tools/Makefile')
-rw-r--r--projects/Stacker/tools/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/projects/Stacker/tools/Makefile b/projects/Stacker/tools/Makefile
new file mode 100644
index 0000000000..f1de59f27a
--- /dev/null
+++ b/projects/Stacker/tools/Makefile
@@ -0,0 +1,20 @@
+##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
+#
+# This is a sample Makefile for a project that uses LLVM.
+#
+##===----------------------------------------------------------------------===##
+
+#
+# Indicates our relative path to the top of the project's root directory.
+#
+LEVEL = ../../..
+
+#
+# Directories that needs to be built.
+#
+DIRS = stkrc
+
+#
+# Include the Master Makefile that knows how to build all.
+#
+include $(LEVEL)/Makefile.common