summaryrefslogtreecommitdiff
path: root/test/c
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-12-29 15:30:45 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-12-29 15:30:45 +0000
commit7e9c6fc9a51adc5e488c590d83c1e8ef5a256c9f (patch)
tree4ae967a9d42c426b3d4e2bc6395d3e32e0dbef68 /test/c
parent92b1c2aa42ecffd1487dd877c3c30ccbc3597c75 (diff)
Fix "clean" rule.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2082 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test/c')
-rw-r--r--test/c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/c/Makefile b/test/c/Makefile
index 5fd3f55..2b445d2 100644
--- a/test/c/Makefile
+++ b/test/c/Makefile
@@ -66,4 +66,4 @@ bench:
clean:
rm -f *.compcert *.gcc
- rm -f *.light.c *.compcert.c *.s *.o *~
+ rm -f *.light.c *.parsed.c *.s *.o *~