summaryrefslogtreecommitdiff
path: root/examples/hello_cxxlib/cxxapp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_cxxlib/cxxapp/Makefile')
-rw-r--r--examples/hello_cxxlib/cxxapp/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/hello_cxxlib/cxxapp/Makefile b/examples/hello_cxxlib/cxxapp/Makefile
new file mode 100644
index 0000000..2bada12
--- /dev/null
+++ b/examples/hello_cxxlib/cxxapp/Makefile
@@ -0,0 +1,8 @@
+PROG = cxxapp
+SRCS = cxxapp.cc
+
+WARNS = 4
+
+.include "../cxxlib/linkme.mk"
+
+.include <mkc.prog.mk>