aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Tassi2019-08-06 09:47:23 +0200
committerEnrico Tassi2019-08-06 09:47:23 +0200
commite797e35d137d6cf84591335e60b3668f8f7e64b2 (patch)
tree5097480fea5a5f75bbffb01b01100140c9cc2e5b
parentcce00f7a3f0c5fe101b713f32ca4c67ff5970121 (diff)
parent8b0c328d48fe77f4c3410a09a16603883047c191 (diff)
Merge PR #10618: Add missing *.exe files to "make clean"
Reviewed-by: gares
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a1ffbac10d..3ebff90f00 100644
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,7 @@ GRAMMLFILES := $(addsuffix .ml, $(GRAMFILES)) $(addsuffix .mli, $(GRAMFILES))
GENGRAMFILES := $(GRAMMLFILES) gramlib/.pack/gramlib.ml
GENMLFILES:=$(LEXFILES:.mll=.ml) $(YACCFILES:.mly=.ml) $(GENMLGFILES) ide/coqide_os_specific.ml kernel/copcodes.ml kernel/uint63.ml
GENHFILES:=kernel/byterun/coq_instruct.h kernel/byterun/coq_jumptbl.h
-GENFILES:=$(GENMLFILES) $(GENMLIFILES) $(GENHFILES)
+GENFILES:=$(GENMLFILES) $(GENMLIFILES) $(GENHFILES) kernel/genOpcodeFiles.exe
COQ_EXPORTED += GRAMFILES GRAMMLFILES GENGRAMFILES GENMLFILES GENHFILES GENFILES
## More complex file lists
@@ -263,7 +263,7 @@ clean-ide:
rm -f ide/input_method_lexer.ml
rm -f ide/highlight.ml ide/config_lexer.ml ide/config_parser.mli ide/config_parser.ml
rm -f ide/utf8_convert.ml
- rm -f ide/default.bindings
+ rm -f ide/default.bindings ide/default_bindings_src.exe
rm -rf $(COQIDEAPP)
mlgclean: