2002-12-11 Jeroen Janssen <japj@darius.demon.nl>
[mono.git] / mcs / makefile.gnu
index 8fb467e66cd08f54c251c768bdf969fff2547d6f..fd1dd98e907f3aa8803af6f812317c9f49daa2a5 100644 (file)
@@ -1,4 +1,4 @@
-DIRS=jay mcs class nunit monoresgen
+DIRS=jay mcs class nunit monoresgen ilasm tools
 DIST=monocharge-`date -u +%Y%m%d`
 
 #nant doesn't work yet
@@ -30,6 +30,9 @@ clean:
                $(MAKE) -C $$i -f makefile.gnu $@ || exit 1; \
        done
 
+# Please do only use `binary-snapshot', the `dist' target will disappear really soon !
+binary-snapshot: dist
+
 dist: all
        mkdir $(DIST)
        for i in $(DIRS) ; do \