X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/blobdiff_plain/3095004d1343d8da00f8fed2df45add69dc4d04c..db791427f24efbbb6cf205d5e7e141d0ce6b679c:/Makefile diff --git a/Makefile b/Makefile index cb25947..41d1775 100644 --- a/Makefile +++ b/Makefile @@ -128,9 +128,10 @@ uninstall: # clean up clean: distclean - rm Doxyfile + if [ -e Doxyfile ]; then rm Doxyfile; fi distclean: $(RM) doc/source .PHONY: clean distclean install +