Skip to content

Commit

Permalink
fix call to ocaml install.ml in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Dimino committed Apr 27, 2016
1 parent d1add68 commit fdfb43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ all: $(SETUP)
$(MAKE) $(NAME).install

$(NAME).install: install.ml setup.log setup.data
ocaml install.ml
ocaml -I "$(OCAML_TOPLEVEL_PATH)" install.ml

install: $(NAME).install
opam-installer -i --prefix $(PREFIX) $(NAME).install
Expand Down

0 comments on commit fdfb43b

Please sign in to comment.