diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-01-24 13:44:24 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-01-24 13:44:24 +0000 |
| commit | 9aff56628683a4593cc90b349cfb357bee642b10 (patch) | |
| tree | d5036f314a80a38cf303131b9d61370394247fee /mkfiles.pl | |
| parent | 895844a9d976119b2d8a8c7a8f559888253f9c7f (diff) | |
| download | puzzles-9aff56628683a4593cc90b349cfb357bee642b10.zip puzzles-9aff56628683a4593cc90b349cfb357bee642b10.tar.gz puzzles-9aff56628683a4593cc90b349cfb357bee642b10.tar.bz2 puzzles-9aff56628683a4593cc90b349cfb357bee642b10.tar.xz | |
`make release' target, which builds a .dmg disk image in what
appears to be the approved Apple fashion.
[originally from svn r5197]
Diffstat (limited to 'mkfiles.pl')
| -rwxr-xr-x | mkfiles.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |