Added clean target
This commit is contained in:
parent
16cc3e05b5
commit
c217f62470
1 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue