X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2FMakefile;h=fc729b0e77a395ab76c0e98df75dc573b7a340d4;hb=15f385743a8f9b4aee2c1a75f3af435e1b615a8b;hp=a524cc0d7ceda5a429f34b6b84c6b2b86dde0b68;hpb=25fced505d13a5eee16c191bb4d21b12e5d0f598;p=libpicofe.git diff --git a/gp2x/Makefile b/gp2x/Makefile index a524cc0..fc729b0 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -92,10 +92,15 @@ ifeq "$(up)" "1" @cmd //C copy $@ \\\\10.0.1.2\\gp2x\\mnt\\sd\\games\\PicoDrive\\ endif -up: up940 - @cmd //C copy PicoDrive.gpe \\\\10.0.1.2\\gp2x\\mnt\\sd\\games\\PicoDrive\\ +up: # up940 + @cp -v PicoDrive.gpe /mnt/gp2x/mnt/sd/games/PicoDrive/ + +# @cmd //C copy PicoDrive.gpe \\\\10.0.1.2\\gp2x\\mnt\\sd\\games\\PicoDrive\\ + up940: - @cmd //C copy code940.bin \\\\10.0.1.2\\gp2x\\mnt\\sd\\games\\PicoDrive\\ + @cp -v code940.bin /mnt/gp2x/mnt/sd/games/PicoDrive/ + +# @cmd //C copy code940.bin \\\\10.0.1.2\\gp2x\\mnt\\sd\\games\\PicoDrive\\ testrefr.gpe : test.o gp2x.o asmutils.o @echo $@