added clean and distclean targets
[iserv-mod-room-reservation.git] / 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.026014 seconds and 4 git commands to generate.