summaryrefslogtreecommitdiff
path: root/examples/tools/tools/prog1/Makefile
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2015-07-25 14:44:21 +0200
committerAndrew Shadura <andrew@shadura.me>2015-07-25 14:44:21 +0200
commit1d3d0bb1e461a81bc1a9cd4520958bd2b1db4c7f (patch)
tree1aa5b654ab4ab52e936550463aac7e4da0aad722 /examples/tools/tools/prog1/Makefile
Imported Upstream version 0.24.0
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>