Caue Waneck hace 12 años
padre
commit
7e061cbc1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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