From 4b9c07428c5bb4fb7fbab28f7870513bc2dd7230 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 8 Jan 2011 20:05:41 +0100 Subject: [PATCH] Add a dist target for win32. --- Makefile.win32 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.win32 b/Makefile.win32 index b189ef4979..d583e99f40 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -56,4 +56,7 @@ clean: rm -f hqflt/snes_ntsc/*.o rm -f $(TARGET) -.PHONY: all install uninstall clean +dist: all + zip -r ssnes-win32.zip $(TARGET) ssnes.cfg snes.dll libxml2.dll iconv.dll zlib1.dll SDL.dll libsamplerate-0.dll + +.PHONY: all install uninstall clean dist