Repository creation
This commit is contained in:
16
Makefile
Normal file
16
Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
.PHONY: install uninstall
|
||||
|
||||
install: META googleApps.mli _build/googleApps.cmo _build/googleApps.cmi _build/googleApps.cma
|
||||
ocamlfind install ocaml-google-apps $^
|
||||
|
||||
uninstall:
|
||||
ocamlfind remove ocaml-google-apps
|
||||
|
||||
_build/googleApps.cmi: googleApps.mli
|
||||
ocamlbuild googleApps.cmi
|
||||
|
||||
_build/googleApps.cmo: googleApps.mli googleApps.ml
|
||||
ocamlbuild googleApps.cmo
|
||||
|
||||
_build/googleApps.cma: googleApps.mli googleApps.ml
|
||||
ocamlbuild googleApps.cma
|
Reference in New Issue
Block a user