summaryrefslogtreecommitdiff
path: root/examples/tools2/libs/bar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools2/libs/bar/Makefile')
-rw-r--r--examples/tools2/libs/bar/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/tools2/libs/bar/Makefile b/examples/tools2/libs/bar/Makefile
new file mode 100644
index 0000000..4022796
--- /dev/null
+++ b/examples/tools2/libs/bar/Makefile
@@ -0,0 +1,7 @@
+LIB = bar
+SRCS = bar.c
+INCS = bar.h
+
+WARNS = 4
+
+.include <mkc.lib.mk>