Added clean target

This commit is contained in:
dolphin6k 2021-11-05 20:09:16 +09:00
parent 16cc3e05b5
commit c217f62470

View file

@ -677,6 +677,8 @@ clean:
@if [ -d templates/.thumbs ]; then rmdir templates/.thumbs; fi @if [ -d templates/.thumbs ]; then rmdir templates/.thumbs; fi
@-if [ "x$(BUNDLE)" != "x" ]; then rm -rf $(BUNDLE); fi @-if [ "x$(BUNDLE)" != "x" ]; then rm -rf $(BUNDLE); fi
@-rm -f TuxPaint.dmg temp.dmg; rm -rf magic/*.dSYM Resources @-rm -f TuxPaint.dmg temp.dmg; rm -rf magic/*.dSYM Resources
@-rm -f dlllist a.exe
@-rm -f win32/Preprocessed.iss win32/tuxpaint-*.zip win32/tuxpaint-*.exe
@echo @echo
# "make uninstall" should remove the various parts from their # "make uninstall" should remove the various parts from their