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