added clean and distclean targets
authorrohieb <devnull@localhost>
Mon, 21 Jul 2008 16:07:04 +0000 (18:07 +0200)
committerrohieb <devnull@localhost>
Mon, 21 Jul 2008 16:07:04 +0000 (18:07 +0200)
Makefile

index c5744d5..69370d7 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -114,3 +114,8 @@ uninstall:
        @echo '  psql -c "DROP TABLE mod_roomreservation_bookings;"'\r
        @echo After that, all bookings are unrecoverably deleted!\r
        @echo\r
+\r
+# clean up\r
+clean: distclean\r
+distclean:\r
+       $(RM) doc/source\r
This page took 0.024903 seconds and 4 git commands to generate.