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