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 c766e2c commit 9f2dcdbCopy full SHA for 9f2dcdb
.gitignore
@@ -1,5 +1,7 @@
1
*.cmi
2
*.cmo
3
+*.cmx
4
+*.o
5
*.exe
6
*.html
7
*.tex
Makefile
@@ -13,7 +13,7 @@ parser.mli parser.ml: parser.mly
13
types.cmo: $(SRCS)
14
ocamlc -c $^
15
$(TARGET): $(SRCS)
16
- ocamlc -o $(TARGET) $^
+ ocamlopt -o $(TARGET) $^
17
18
clean:
19
rm -f $(TARGET)
0 commit comments