X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2FMakefile;h=dcd453124e275fb13d7bf7eae8fb37ff9c9856e3;hb=60a10527f24efc63bdca6815914a240d706236db;hp=0e2ffe41374d361f0c34a9d95568b6dda10ae065;hpb=a6df06b7633a061862258ec47fa0f6b0efcbe26f;p=libpicofe.git diff --git a/gp2x/Makefile b/gp2x/Makefile index 0e2ffe4..dcd4531 100644 --- a/gp2x/Makefile +++ b/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