Fix trivial UI glitch involving clicking on the border outside the
[sgt/puzzles] / mkfiles.pl
index 8f3c7cf..78a8b8e 100755 (executable)
@@ -1174,7 +1174,7 @@ if (defined $makefiles{'osx'}) {
           "\n";
     }
     print "\nclean:\n".
-    "\trm -f *.o\n".
+    "\trm -f *.o *.dmg\n".
     "\trm -rf *.app\n";
     select STDOUT; close OUT;
 }