X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=f195b9b65da86cf75a9387ae3fabd85846996db8;hp=30627530a30a3b0a3a205a99a6735c21447612e7;hb=303ee308587f4d2d24047ed5c43de999777cd275;hpb=df656ddecc69bddda9cf02285710127444e3d06d;ds=sidebyside diff --git a/Makefile b/Makefile index 30627530..f195b9b6 100644 --- a/Makefile +++ b/Makefile @@ -91,3 +91,15 @@ spunull.so: plugins/spunull/spunull.c clean: $(RM) $(TARGET) $(OBJS) +# ----------- release ----------- + +PND_MAKE ?= $(HOME)/dev/pnd/src/pandora-libraries/testdata/scripts/pnd_make.sh + +VER ?= $(shell git describe --abbrev=0 master) + +rel: pcsx pandora/pcsx.sh pandora/pcsx.pxml pandora/pcsx.png \ + pandora/picorestore pandora/readme.txt skin COPYING + rm -rf out + mkdir out + cp -r $^ out/ + $(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x pandora/pcsx.pxml -i pandora/pcsx.png -c