Skip to content

Commit

Permalink
Change ocamlfind package name
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Jul 22, 2016
1 parent de74d3f commit d771dea
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 @@ -7,7 +7,7 @@ all:
ocamlfind ocamlc -a -package gen_js_api.ppx -o $(NAME).cma $(NAME).cmo

install: all
ocamlfind install ocaml-cordova-plugin-local-notifications META *.cma *.cmi
ocamlfind install cordova-plugin-local-notifications META *.cma *.cmi

mrproper:
rm -rf maps *.cmi *.cmo *.cma
Expand Down

0 comments on commit d771dea

Please sign in to comment.