Browse Source

Merge remote-tracking branch 'refs/remotes/GarageGames/development' into development

chaigler 9 years ago
parent
commit
e715cc74b5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      engine/compilers/Make/Makefile

+ 3 - 3
engine/compilers/Make/Makefile

@@ -9,9 +9,9 @@ APP_TARGETS_DEBUG :=
 all: debug release
 all: debug release
 
 
 clean:
 clean:
-	rm -rfv Debug
-	rm -rfv Release
-	rm -rfv lib
+	rm -rf Debug
+	rm -rf Release
+	rm -rf lib
 
 
 .PHONY: all debug release clean
 .PHONY: all debug release clean