summaryrefslogtreecommitdiff
path: root/lab01/Makefile.hello
diff options
context:
space:
mode:
Diffstat (limited to 'lab01/Makefile.hello')
-rw-r--r--lab01/Makefile.hello8
1 files changed, 8 insertions, 0 deletions
diff --git a/lab01/Makefile.hello b/lab01/Makefile.hello
new file mode 100644
index 0000000..a0ed998
--- /dev/null
+++ b/lab01/Makefile.hello
@@ -0,0 +1,8 @@
+
+APP = hello
+
+#############################################################################
+
+include ../make/defaults.mk
+include ../make/app-rules.mk
+