summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-05-01 12:44:49 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-05-01 12:44:49 +0000
commit84b0112efdff702b1774287626ee56812f0cb953 (patch)
treefe8cd2e43fde2864e5bb7d1a9b001ad9349c4054 /Makefile
parentd18371174552ed29069a34d81d60530df431ac0f (diff)
Clean up 'make clean'
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2229 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cced7da..4da580c 100644
--- a/Makefile
+++ b/Makefile
@@ -236,8 +236,7 @@ clean:
rm -f extraction/STAMP extraction/*.ml extraction/*.mli
rm -f tools/ndfun
$(MAKE) -C runtime clean
- $(MAKE) -C test/cminor clean
- $(MAKE) -C test/c clean
+ $(MAKE) -C test clean
distclean:
$(MAKE) clean