aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.extr
diff options
context:
space:
mode:
authorFrançois Pottier <francois.pottier@inria.fr>2015-10-23 11:19:36 +0200
committerFrançois Pottier <francois.pottier@inria.fr>2015-10-23 11:19:36 +0200
commite036d68cb41de1ddac47d7686d25904281405ffe (patch)
tree91febd27db5c40396435465a8c26029b8eb9114d /Makefile.extr
parented549acd7d71d274c7e39480900b14d1b65c3cd1 (diff)
downloadcompcert-e036d68cb41de1ddac47d7686d25904281405ffe.tar.gz
compcert-e036d68cb41de1ddac47d7686d25904281405ffe.zip
Makefile.extr: [make clean] removes .automaton files.
Diffstat (limited to 'Makefile.extr')
-rw-r--r--Makefile.extr1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.extr b/Makefile.extr
index 6c19d1ed..6a03f1e1 100644
--- a/Makefile.extr
+++ b/Makefile.extr
@@ -160,6 +160,7 @@ clean:
rm -f $(EXECUTABLES)
rm -f $(GENERATED)
for d in $(ALLDIRS); do rm -f $$d/*.cm[iox] $$d/*.o; done
+ rm -f cparser/pre_parser.automaton backend/CMparser.automaton
# Generation of .depend.extr