make clean tests existence before deleting files
[iserv-mod-room-reservation.git] / Makefile
index cb25947..f61f840 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -128,9 +128,10 @@ uninstall:
 
 # clean up
 clean: distclean
 
 # clean up
 clean: distclean
-  rm Doxyfile
+       [ -e Doxyfile ] && rm Doxyfile
 
 distclean:
        $(RM) doc/source
 
 .PHONY: clean distclean install
 
 distclean:
        $(RM) doc/source
 
 .PHONY: clean distclean install
+
This page took 0.02145 seconds and 4 git commands to generate.