aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2002-04-27 11:06:27 +0000
committerMax Horn2002-04-27 11:06:27 +0000
commitc9ea27332cfdf02bb7852d85ba0bdbf14ecb470a (patch)
tree4b9a8fb12bae0969dee33e83835cf9de42573577 /Makefile
parent01f5a7088664077e01e526d336cd057842c8b32a (diff)
downloadscummvm-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')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 37e36ea88a..998779849a 100644
--- a/Makefile
+++ b/Makefile
@@ -13,3 +13,7 @@ LIBS = `sdl-config --libs` -lncurses
OBJS = sdl.o
include Makefile.common
+
+dist:
+ rm -f $(ZIPFILE)
+ zip -q $(ZIPFILE) $(DISTFILES)