diff options
author | varobert <varobert@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-04-04 11:59:40 +0000 |
---|---|---|
committer | varobert <varobert@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-04-04 11:59:40 +0000 |
commit | 3498607028a17be29cd2fbc3b1f48f2847915ce3 (patch) | |
tree | 70eae71a41a09094e40a1a425ee48f9ff85f8238 /checklink/Makefile | |
parent | cf3d6bde3582c26bc62d1baaaaff6fefef0f2a29 (diff) |
Manual argument passing to checklink's make
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1871 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'checklink/Makefile')
-rw-r--r-- | checklink/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |