]> git.sur5r.net Git - cc65/blobdiff - test/Makefile
removed -f again, as that is the default. also removed "-" before the actual comments...
[cc65] / test / Makefile
index d2ad2ee9475f630857c86e9562eae219ceb5e7aa..eb968095af7cf6d28f496a2a3d9d5ace15b23451 100644 (file)
@@ -16,9 +16,9 @@ ifdef CMD_EXE
   RMDIR = rmdir /s /q $(subst /,\,$1)
 else
   EXE :=
-  DEL = $(RM) -f $1
+  DEL = $(RM) $1
   MKDIR = mkdir $1
-  RMDIR = $(RM) -rf $1
+  RMDIR = $(RM) -r $1
 endif
 
 WORKDIR := ../testwrk
@@ -52,5 +52,5 @@ mostly-clean:
        @$(MAKE) -C misc clean
 
 clean: mostly-clean
-       -@$(call DEL,$(WORKDIR)/bdiff$(EXE))
-       -@$(call RMDIR,$(WORKDIR))
+       @$(call DEL,$(WORKDIR)/bdiff$(EXE))
+       @$(call RMDIR,$(WORKDIR))