X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2FMakefile;h=dcd453124e275fb13d7bf7eae8fb37ff9c9856e3;hb=8022f53da61b8e70420a3bac97250119bbe26457;hp=595db535dac8e3a40ddeeeb65ce36bb331f6049e;hpb=7eed09b34f1d37d8f4e476c82d13b63322ea8185;p=picodrive.git diff --git a/platform/gp2x/Makefile b/platform/gp2x/Makefile index 595db535..dcd45312 100644 --- a/platform/gp2x/Makefile +++ b/platform/gp2x/Makefile @@ -31,7 +31,7 @@ else use_cyclone = 1 endif -DEFINC = -I../.. -I. -DARM -D__GP2X__ -D_UNZIP_SUPPORT # -DBENCHMARK +DEFINC = -I../.. -I. -DARM -D__GP2X__ # -DBENCHMARK COPT_COMMON = -static -Wall -Winline ifeq ($(DEBUG),) COPT_COMMON += -O2 -ftracer -fstrength-reduce -fomit-frame-pointer -fstrict-aliasing -ffast-math @@ -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