dualcore integration in famc, bram cart C code, psp bugfixes
[libpicofe.git] / gp2x / Makefile
index 595db53..dcd4531 100644 (file)
@@ -31,7 +31,7 @@ else
 use_cyclone = 1\r
 endif\r
 \r
-DEFINC = -I../.. -I. -DARM -D__GP2X__ -D_UNZIP_SUPPORT # -DBENCHMARK\r
+DEFINC = -I../.. -I. -DARM -D__GP2X__ # -DBENCHMARK\r
 COPT_COMMON = -static -Wall -Winline\r
 ifeq ($(DEBUG),)\r
 COPT_COMMON += -O2 -ftracer -fstrength-reduce -fomit-frame-pointer -fstrict-aliasing -ffast-math\r
@@ -217,9 +217,9 @@ readme.txt: ../../tools/textfilter ../base_readme.txt
 \r
 # cleanup\r
 clean: tidy\r
-       @$(RM) PicoDrive.gpe\r
+       $(RM) PicoDrive.gpe\r
 tidy:\r
-       @$(RM) $(OBJS)\r
+       $(RM) $(OBJS)\r
 #      @make -C ../../cpu/Cyclone/proj -f Makefile.linux clean\r
 \r
 \r