From 8cff71890f72d619162b4b8fac6f96f268deabd6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 26 Feb 2009 09:45:30 +0100 Subject: made the GNU make NMAKE switch as we go to Windows now, also fixed small bugs in the makefiles --- makefiles/gmake/help.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 makefiles/gmake/help.mk (limited to 'makefiles/gmake/help.mk') diff --git a/makefiles/gmake/help.mk b/makefiles/gmake/help.mk new file mode 100644 index 0000000..60b2e94 --- /dev/null +++ b/makefiles/gmake/help.mk @@ -0,0 +1,11 @@ + +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 install install (set 'DESTDIR' and 'prefix' at will) +make dist[-Z|-gz|-bz2] create tarball containing all sources +make help show this very help page -- cgit v1.2.3-54-g00ecf