aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 64658255..308b75fd 100644
--- a/Makefile
+++ b/Makefile
@@ -227,7 +227,9 @@ driver/Version.ml: VERSION
>driver/Version.ml
cparser/Parser.v: cparser/Parser.vy
+ @rm -f $@
$(MENHIR) $(MENHIR_FLAGS) --coq cparser/Parser.vy
+ @chmod a-w $@
depend: $(GENERATED) depend1