Skip to content

Commit

Permalink
modified Makefile for ocamlopt
Browse files Browse the repository at this point in the history
  • Loading branch information
gfngfn committed Jul 4, 2015
1 parent c766e2c commit 9f2dcdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.cmi
*.cmo
*.cmx
*.o
*.exe
*.html
*.tex
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parser.mli parser.ml: parser.mly
types.cmo: $(SRCS)
ocamlc -c $^
$(TARGET): $(SRCS)
ocamlc -o $(TARGET) $^
ocamlopt -o $(TARGET) $^

clean:
rm -f $(TARGET)
Expand Down

0 comments on commit 9f2dcdb

Please sign in to comment.