`make release' target, which builds a .dmg disk image in what

appears to be the approved Apple fashion.

[originally from svn r5197]
This commit is contained in:
Simon Tatham
2005-01-24 13:44:24 +00:00
parent 895844a9d9
commit 9aff566286
2 changed files with 17 additions and 2 deletions

View File

@ -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;
}