From 9d125a3c856d891b234cec1a24264ba72659c18f Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 11 Sep 2006 16:20:00 +0000 Subject: Ajout du test lists git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@99 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/c/Makefile') diff --git a/test/c/Makefile b/test/c/Makefile index bcc7cad5..b125688c 100644 --- a/test/c/Makefile +++ b/test/c/Makefile @@ -3,7 +3,7 @@ CFLAGS=-O2 -Wall CCOMP=../../ccomp CCOMPFLAGS=-dump-c -PROGS=fib integr qsort fft sha1 aes almabench +PROGS=fib integr qsort fft sha1 aes almabench lists all_s: $(PROGS:%=%.s) @@ -17,4 +17,4 @@ all: $(PROGS) clean: rm -f $(PROGS) - rm -f *.clight *.s *.o *~ + rm -f *.light.c *.s *.o *~ -- cgit