From 69ece3161edc299411a44650a9b8660f9bb88326 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 d025b21a5..857f4c529 100644 --- a/Makefile +++ b/Makefile @@ -717,7 +717,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