better mmuhack usage
[libpicofe.git] / gp2x / Makefile
index c98d6a9..abb6be4 100644 (file)
@@ -116,7 +116,7 @@ ifeq "$(up)" "1"
 endif\r
 \r
 up: PicoDrive.gpe\r
-       @cp -v PicoDrive.gpe /mnt/gp2x/mnt/sd/games/PicoDrive/\r
+       @cp -v PicoDrive.gpe /mnt/gp2x/mnt/sd/emus/PicoDrive/\r
 \r
 #      @cmd //C copy PicoDrive.gpe \\\\10.0.1.2\\gp2x\\mnt\\sd\\games\\PicoDrive\\\r
 \r
@@ -190,7 +190,7 @@ $(error need VER)
 endif\r
 endif\r
 \r
-rel: PicoDrive.gpe code940/code940.bin ../readme.txt config.txt\r
+rel: PicoDrive.gpe code940/code940.bin ../readme.txt config.txt PicoDrive.man.txt PicoDrive.png\r
        zip -9 -j ../../PicoDrive_$(VER).zip $^ mmuhack.o\r
 \r
 code940/code940.bin:\r
@@ -198,15 +198,15 @@ code940/code940.bin:
 \r
 \r
 # test\r
-usbjoy.o : usbjoy.c\r
-       @echo $<\r
-       @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@\r
-\r
-../../Pico/Cart.o : ../../Pico/Cart.c\r
-       @echo $<\r
-       @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@\r
-\r
-../../zlib/trees.o : ../../zlib/trees.c\r
-       @echo $<\r
-       @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@\r
+#usbjoy.o : usbjoy.c\r
+#      @echo $<\r
+#      @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@\r
+#\r
+#../../Pico/Cart.o : ../../Pico/Cart.c\r
+#      @echo $<\r
+#      @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@\r
+#\r
+#../../zlib/trees.o : ../../zlib/trees.c\r
+#      @echo $<\r
+#      @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@\r
 \r