From 6a298de4811066eb3cd2fadfd78970281ed30074 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 6 Oct 2012 21:04:55 +0300 Subject: u8/caanoo release --- gp2x/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gp2x/Makefile') diff --git a/gp2x/Makefile b/gp2x/Makefile index 9f06dd8..5e8a906 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -76,3 +76,12 @@ $(BIN): $(OBJS) clean: rm -f *.o *.u *.z $(BIN) +rel: gpsp_caanoo gpsp_caanoo.ini gpsp_caanoo.gpe warm_2.6.24.ko \ + ../COPYING.DOC ../readme.txt readme_gp2x.txt ../game_config.txt + rm -rf out + mkdir -p out/gpsp_caanoo + cp $^ out/gpsp_caanoo/ + mv out/gpsp_caanoo/gpsp_caanoo.ini out/ + mv out/gpsp_caanoo/readme_gp2x.txt out/gpsp_caanoo/readme_caanoo.txt + echo -n '/mnt/sd' > out/gpsp_caanoo/romdir.txt + cd out && zip -9 -r ../gpsp_caanoo.zip * -- cgit v1.2.3