summaryrefslogtreecommitdiff
path: root/examples/hello_libdeps/libs/libbar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_libdeps/libs/libbar/Makefile')
-rw-r--r--examples/hello_libdeps/libs/libbar/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/hello_libdeps/libs/libbar/Makefile b/examples/hello_libdeps/libs/libbar/Makefile
new file mode 100644
index 0000000..6514a70
--- /dev/null
+++ b/examples/hello_libdeps/libs/libbar/Makefile
@@ -0,0 +1,9 @@
+LIB = bar
+INCS = bar.h
+
+SHLIB_MAJOR = 0
+SHLIB_MINOR = 0
+
+WARNS = 4
+
+.include <mkc.mk>