We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655b1ed commit 2848c23Copy full SHA for 2848c23
src/OMakefile
@@ -1,6 +1,7 @@
1
LIBRARY = lang_python
2
3
BYTE_ENABLED = true
4
+NATIVE_ENABLED = true
5
USE_OCAMLFIND = true
6
7
FILES[] = utils ast lexer lexer_state parser parse pretty dump
@@ -12,7 +13,7 @@ OCAMLFLAGS += -annot -for-pack $(capitalize $(LIBRARY))
12
13
14
.DEFAULT: $(LIB)
15
-parser.mli: parser.ml
16
+parser.mli: parser.ml ast.cmo
17
$(OCAMLC) -i $< > $@
18
19
parser.ml: parser.mly
0 commit comments