X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2FMakefile;h=c2870540c127f090f0cd413f65b5aad11edc0864;hb=f060b8b9120fed821662f4412dc6bd1a4fbae00e;hp=d2e0ac20fcbbee0e939ba9d0ecd296b9295f3487;hpb=426ecc582f3f6f3d04f7b7ae25b548be7178c4fd;p=libpicofe.git diff --git a/psp/Makefile b/psp/Makefile index d2e0ac2..c287054 100644 --- a/psp/Makefile +++ b/psp/Makefile @@ -174,6 +174,13 @@ rel: EBOOT.PBP readme.txt mkdir -p PicoDrive/skin/ cp $^ PicoDrive/ cp skin/* PicoDrive/skin/ - zip -9 -r ../../PicoDrive_$(VER).zip PicoDrive + zip -9 -r ../../PicoDrive_psp_$(VER).zip PicoDrive rm -rf PicoDrive +rel_kxploit: readme.txt + mkdir -p PicoDrive/skin/ + cp $^ PicoDrive/ + cp skin/* PicoDrive/skin/ + zip -9 -r ../../PicoDrive_psp_$(VER)_kxploit.zip PicoDrive + zip -9 -r ../../PicoDrive_psp_$(VER)_kxploit.zip PicoDrive% +