summaryrefslogtreecommitdiff
path: root/examples/tools/tools/prog1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/tools/prog1/Makefile')
-rw-r--r--examples/tools/tools/prog1/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/tools/tools/prog1/Makefile b/examples/tools/tools/prog1/Makefile
new file mode 100644
index 0000000..ce374a2
--- /dev/null
+++ b/examples/tools/tools/prog1/Makefile
@@ -0,0 +1,9 @@
+PROG = prog1
+
+CFLAGS += -DNUM=1
+WARNS = 4
+
+MKC_REQD = 0.10.0
+
+.include "../../libs/foo/linkme.mk"
+.include <mkc.prog.mk>