[svn]
r6365: nemerle/trunk/ncc/testsuite/completion-playground/Makefile
nazgul
svnadmin at nemerle.org
Sun Jun 4 09:13:15 CEST 2006
Log:
Adapt Makefile to run new completion test
Author: nazgul
Date: Sun Jun 4 09:13:14 2006
New Revision: 6365
Modified:
nemerle/trunk/ncc/testsuite/completion-playground/Makefile
Modified: nemerle/trunk/ncc/testsuite/completion-playground/Makefile
==============================================================================
--- nemerle/trunk/ncc/testsuite/completion-playground/Makefile (original)
+++ nemerle/trunk/ncc/testsuite/completion-playground/Makefile Sun Jun 4 09:13:14 2006
@@ -3,7 +3,7 @@
TOP = ../../..
include $(TOP)/config.mak
-all: compiler compl2.exe test
+all: compiler compl3.exe test
compiler: Nemerle.dll Nemerle.Compiler.dll
rm -fr Nemerle.Macros.dll
@@ -17,12 +17,12 @@
Nemerle.Macros.dll: ../../out.stage3/$@
cp -f ../../out.stage3/$@ .
-compl2.exe: compl2.n
- $(ENGINE) ../../out.stage3/ncc.exe compl2.n -r Nemerle.Compiler -o compl2.exe
+compl3.exe: compl3.n
+ $(ENGINE) ../../out.stage3/ncc.exe compl3.n -r Nemerle.Compiler -o $@
test: compl-s.n compl-s2.n Nemerle.Macros.dll
- $(ENGINE) ./compl2.exe compl-s.n
- $(ENGINE) ./compl2.exe compl-s2.n
+ $(ENGINE) ./compl3.exe compl-s.n
+ $(ENGINE) ./compl3.exe compl-s2.n
clean:
rm -fr *exe *dll
\ No newline at end of file
More information about the svn
mailing list