summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-03-13 14:43:52 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-03-13 14:43:52 +0000
commit26c166e279ec05837b6b3b5db80a7ef3c520db32 (patch)
tree4fd3aa35cfbb91b37b2891b7558bc3df9d9172c6 /Makefile
parentc15e489422b7f6924e82da8c105a6654643e5650 (diff)
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 2a82e08..2e531c5 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