Thu May 23 17:17:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / makefile
index 1f5eebb6e5261e44b69255e0ca34f2ea87e39046..35e5bb0b0a45f82da52b6b2d77ff4135e4c98e72 100644 (file)
@@ -1,13 +1,7 @@
-all:
-       @echo "You must use 'make windows' or 'make linux'."
-
-windows:
-       ../nant/NAnt.exe windows
-
-unix: linux
+all: linux
 
 linux:
-       ../nant/NAnt.exe linux
+       ../nant/NAnt.exe
 
 push:
        scp lib/*.dll mono-cvs:libs