mirror of
https://github.com/libretro/RetroArch
synced 2025-03-12 13:13:30 +00:00
Add a dist target for win32.
This commit is contained in:
parent
56117b3f68
commit
4b9c07428c
@ -56,4 +56,7 @@ clean:
|
|||||||
rm -f hqflt/snes_ntsc/*.o
|
rm -f hqflt/snes_ntsc/*.o
|
||||||
rm -f $(TARGET)
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user