[svn] r7823: nemerle/trunk/snippets/Makefile
nazgul
svnadmin at nemerle.org
Mon Oct 22 21:42:02 CEST 2007
Log:
Add aop to compilation of snippets
Author: nazgul
Date: Mon Oct 22 21:42:00 2007
New Revision: 7823
Modified:
nemerle/trunk/snippets/Makefile
Modified: nemerle/trunk/snippets/Makefile
==============================================================================
--- nemerle/trunk/snippets/Makefile (original)
+++ nemerle/trunk/snippets/Makefile Mon Oct 22 21:42:00 2007
@@ -52,6 +52,7 @@
$(Q)$(MAKE) -C sokoban all
$(Q)$(MAKE) -C concurrency all
$(Q)$(MAKE) -C designpatt all
+ $(Q)$(MAKE) -C aop test
myPoll.exe: myPoll.n
$(EXECUTE) ../ncc/out.stage3/ncc.exe -r Npgsql -r System.Web myPoll.n -o myPoll.exe
@@ -72,5 +73,6 @@
$(MAKE) -C course clean
$(MAKE) -C sokoban clean
$(MAKE) -C concurrency clean
+ $(MAKE) -C aop clean
rm -f *.exe *.il *.dll *.netmodule ext_test.out core core.[0-9]*
rm -f test.err test_error.log a.out
More information about the svn
mailing list