aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $< $@