summaryrefslogtreecommitdiff
path: root/makefiles/nmake/help.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/nmake/help.mk')
-rw-r--r--makefiles/nmake/help.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/makefiles/nmake/help.mk b/makefiles/nmake/help.mk
new file mode 100644
index 0000000..3e42448
--- /dev/null
+++ b/makefiles/nmake/help.mk
@@ -0,0 +1,9 @@
+
+Available targets:
+
+make [all] create all artifacts
+make test create test binaries and execute tests
+make doc build the documentation
+make clean clean up build artifacts
+make distclean clean up all generated artifacts
+make help show this very help page