Caue Waneck 12 years ago
parent
commit
7e061cbc1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -61,7 +61,7 @@ haxedoc:
 tools: haxelib haxedoc
 tools: haxelib haxedoc
 
 
 install:
 install:
-	rm -rf $(INSTALL_DIR)/bin/haxe
+	rm -f $(INSTALL_DIR)/bin/haxe
 	ln -s $(CURDIR)/haxe $(INSTALL_DIR)/bin/haxe
 	ln -s $(CURDIR)/haxe $(INSTALL_DIR)/bin/haxe
 	rm -rf $(INSTALL_DIR)/lib/haxe
 	rm -rf $(INSTALL_DIR)/lib/haxe
 	mkdir $(INSTALL_DIR)/lib/haxe
 	mkdir $(INSTALL_DIR)/lib/haxe