From ebabd57897a19cdecc64ed2bdaf9c2bca7609e6c Mon Sep 17 00:00:00 2001 From: Mark Kim Date: Sat, 10 Sep 2022 15:07:25 -0400 Subject: [PATCH] make clean macOS temp files Clean temp files introduced by b331 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ae764d9c..2e1a94766 100644 --- a/Makefile +++ b/Makefile @@ -715,7 +715,7 @@ clean: @-rm -f templates/.thumbs/*.png @if [ -d templates/.thumbs ]; then rmdir templates/.thumbs; 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 {macos,ios}/Info.plist; rm -rf magic/*.dSYM Resources @-rm -f dlllist a.exe @-rm -f win32/Preprocessed.iss win32/tuxpaint-*.zip win32/tuxpaint-*.exe @-rm -f test-png