X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.gp2x;h=db001452902fd73b8889c35df40c556ec0a7d831;hp=d9868b3b2f4ec4e0e6b8fa2db1d1fe44b439b508;hb=aa2dba92740d5aeab520ed493df9188505a4c3d7;hpb=5a2aa426410ad21d332ff75b58e7f4ed8459d86a diff --git a/Makefile.gp2x b/Makefile.gp2x index d9868b3..db00145 100644 --- a/Makefile.gp2x +++ b/Makefile.gp2x @@ -60,3 +60,14 @@ include Makefile.common up: fceu cp -v fceu /mnt/gp2x/mnt/sd/emus/Gpfce_v02/gpfce +# ----------- release ----------- +ifneq ($(findstring rel,$(MAKECMDGOALS)),) +ifeq ($(VER),) +$(error need VER) +endif +endif + +rel: gpfce + zip -9 -j Gpfce_v$(VER).zip $^ drivers/gp2x/mmuhack.o out_gp2x/* + +