[svn] r7625: nemerle/trunk/snippets/ants-icfp2004/Makefile
malekith
svnadmin at nemerle.org
Thu Apr 26 20:29:23 CEST 2007
Log:
Fix running it without explicit mono command.
Author: malekith
Date: Thu Apr 26 20:29:23 2007
New Revision: 7625
Modified:
nemerle/trunk/snippets/ants-icfp2004/Makefile
Modified: nemerle/trunk/snippets/ants-icfp2004/Makefile
==============================================================================
--- nemerle/trunk/snippets/ants-icfp2004/Makefile (original)
+++ nemerle/trunk/snippets/ants-icfp2004/Makefile Thu Apr 26 20:29:23 2007
@@ -30,7 +30,7 @@
the-ant simulator/brain.2.in 10000 dump-results 1000
run: Nemerle.dll ants.exe
- $(MONO) ants.exe
+ $(MONO) ./ants.exe
Nemerle.dll: $(NPATH)/Nemerle.dll
cp -f $(NPATH)/Nemerle.dll .
More information about the svn
mailing list