Browse Source

remove 2>/dev/null from makefile kill (does not work for me)

Simon Krajewski 11 years ago
parent
commit
bc8b2e7315
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.win

+ 1 - 1
Makefile.win

@@ -12,7 +12,7 @@ else
 endif
 endif
 
 
 kill:
 kill:
-	-@taskkill /F /IM haxe.exe 2>/dev/null
+	-@taskkill /F /IM haxe.exe
 
 
 # allow Ocaml/Mingw as well
 # allow Ocaml/Mingw as well
 NATIVE_LIBS += -I "c:/program files/mingw/lib/"
 NATIVE_LIBS += -I "c:/program files/mingw/lib/"