diff options
author | Max Horn | 2002-04-27 11:06:27 +0000 |
---|---|---|
committer | Max Horn | 2002-04-27 11:06:27 +0000 |
commit | c9ea27332cfdf02bb7852d85ba0bdbf14ecb470a (patch) | |
tree | 4b9a8fb12bae0969dee33e83835cf9de42573577 /Makefile.macosx | |
parent | 01f5a7088664077e01e526d336cd057842c8b32a (diff) | |
download | scummvm-rg350-c9ea27332cfdf02bb7852d85ba0bdbf14ecb470a.tar.gz scummvm-rg350-c9ea27332cfdf02bb7852d85ba0bdbf14ecb470a.tar.bz2 scummvm-rg350-c9ea27332cfdf02bb7852d85ba0bdbf14ecb470a.zip |
Makefile.mingw now uses Makefile.common, too
svn-id: r4105
Diffstat (limited to 'Makefile.macosx')
-rw-r--r-- | Makefile.macosx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.macosx b/Makefile.macosx index 6496682c16..2db6448411 100644 --- a/Makefile.macosx +++ b/Makefile.macosx @@ -13,3 +13,7 @@ LIBS = `sdl-config --libs` -framework QuickTime -framework AudioUnit OBJS = sdl.o include Makefile.common + +dist: + rm -f $(ZIPFILE) + zip -q $(ZIPFILE) $(DISTFILES) |