Thu May 23 17:17:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / makefile
index 441961d3b6f31e2626cdb6a5c0d746748930516c..35e5bb0b0a45f82da52b6b2d77ff4135e4c98e72 100644 (file)
@@ -1,14 +1,13 @@
-DIRS=corlib System
-CSC=//c/winnt/microsoft.net/framework/v1.0.2914/csc.exe
+all: linux
 
-all:
-       @echo "You must use 'make windows' or 'make unix'."
-       @echo "'make unix' is broken for now."
+linux:
+       ../nant/NAnt.exe
 
-windows:
-       for i in $(DIRS); do                            \
-               (cd $$i; CSC=$(CSC) NUNIT_CONSOLE=NUnitConsole.exe PLATFORM=window make windows)\
-       done;
+push:
+       scp lib/*.dll mono-cvs:libs
 
-unix:
-       @echo "'make unix' is broken for now."
+test:
+       ../nant/NAnt.exe test
+
+clean:
+       ../nant/NAnt.exe clean