aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-03-13 14:43:52 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-03-13 14:43:52 +0000
commit26c166e279ec05837b6b3b5db80a7ef3c520db32 (patch)
tree4fd3aa35cfbb91b37b2891b7558bc3df9d9172c6 /Makefile
parentc15e489422b7f6924e82da8c105a6654643e5650 (diff)
downloadcompcert-26c166e279ec05837b6b3b5db80a7ef3c520db32.tar.gz
compcert-26c166e279ec05837b6b3b5db80a7ef3c520db32.zip
make clean must erase tools/ndfun
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1852 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a82e082..2e531c54 100644
--- a/Makefile
+++ b/Makefile
@@ -182,6 +182,7 @@ clean:
rm -f doc/coq2html.ml doc/coq2html
rm -f driver/Configuration.ml
rm -f extraction/*.ml extraction/*.mli
+ rm -f tools/ndfun
$(MAKE) -C runtime clean
$(MAKE) -C test/cminor clean
$(MAKE) -C test/c clean