Browse Source

do not remove haxelibs on "make install"

Nicolas Cannasse 12 years ago
parent
commit
b84334e3d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -63,7 +63,7 @@ tools: haxelib haxedoc
 
 install:
 	cp haxe $(INSTALL_DIR)/bin/haxe
-	rm -rf $(INSTALL_DIR)/lib/haxe
+	rm -rf $(INSTALL_DIR)/lib/haxe/std
 	-mkdir $(INSTALL_DIR)/lib/haxe
 	svn export std/ $(INSTALL_DIR)/lib/haxe/std
 	-mkdir $(INSTALL_DIR)/lib/haxe/lib