From 2c5b72137b3028b0e53610c1d2636fc06bf3bb3c Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sun, 30 Dec 2012 16:32:30 -0500 Subject: 'make release' is now a thing. It makes the .zip file for a release. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 $< $@ -- cgit v1.2.3