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