X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2FMakefile;h=dcd453124e275fb13d7bf7eae8fb37ff9c9856e3;hb=8022f53da61b8e70420a3bac97250119bbe26457;hp=0e2ffe41374d361f0c34a9d95568b6dda10ae065;hpb=4b167c12c7ebb23223c347793a2b4d5e9712e384;p=picodrive.git diff --git a/platform/gp2x/Makefile b/platform/gp2x/Makefile index 0e2ffe41..dcd45312 100644 --- a/platform/gp2x/Makefile +++ b/platform/gp2x/Makefile @@ -217,9 +217,9 @@ readme.txt: ../../tools/textfilter ../base_readme.txt # cleanup clean: tidy - @$(RM) PicoDrive.gpe + $(RM) PicoDrive.gpe tidy: - @$(RM) $(OBJS) + $(RM) $(OBJS) # @make -C ../../cpu/Cyclone/proj -f Makefile.linux clean