aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNebuleon Fumika2012-12-30 16:32:30 -0500
committerNebuleon Fumika2012-12-30 16:32:30 -0500
commit2c5b72137b3028b0e53610c1d2636fc06bf3bb3c (patch)
tree4b773dfdb06378ee5344bac7e852439372051c51 /Makefile
parent22dbf0866563365d6d007b74c49f60df409b67b7 (diff)
downloadsnesemu-2c5b72137b3028b0e53610c1d2636fc06bf3bb3c.tar.gz
snesemu-2c5b72137b3028b0e53610c1d2636fc06bf3bb3c.tar.bz2
snesemu-2c5b72137b3028b0e53610c1d2636fc06bf3bb3c.zip
'make release' is now a thing. It makes the .zip file for a release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3f0b132..365c9e7 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,9 @@ DEFS := -DSPC700_C -DEXECUTE_SUPERFX_PER_LINE -DSDD1_DECOMP \
all: $(OUTPUT).plg makedirs
+release: all
+ zip -r $(OUTPUT).zip $(PLUGIN_DIR) $(OUTPUT).plg $(OUTPUT).bmp $(OUTPUT).ini copyright installation.txt README.md source.txt version
+
# $< is the source (OUTPUT.dat); $@ is the target (OUTPUT.plg)
.dat.plg:
$(DS2SDKPATH)/tools/makeplug $< $@