From 3498607028a17be29cd2fbc3b1f48f2847915ce3 Mon Sep 17 00:00:00 2001 From: varobert Date: Wed, 4 Apr 2012 11:59:40 +0000 Subject: Manual argument passing to checklink's make git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1871 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- checklink/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checklink') diff --git a/checklink/Makefile b/checklink/Makefile index c81cbbd..1518e2c 100644 --- a/checklink/Makefile +++ b/checklink/Makefile @@ -4,7 +4,7 @@ TESTS=c arcode lzw lzss raytracer regression spass all: $(TESTS) -CL=../cchecklink -noexhaust +CL=../cchecklink $(ARGS) TESTDIR=../test C=aes almabench binarytrees bisect chomp fannkuch fft fib integr knucleotide \ -- cgit v1.2.3