mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
fix makefiles ocamlfind-install target
This commit is contained in:
parent
05f8d0d873
commit
5ddf970009
1 changed files with 2 additions and 2 deletions
|
|
@ -149,8 +149,8 @@ install-opt:
|
||||||
cp -f aez.cm[iot] $(CMA) $(INSTALL_LIBDIR)
|
cp -f aez.cm[iot] $(CMA) $(INSTALL_LIBDIR)
|
||||||
cp -f aez$(LIBEXT) aez.cmx $(CMXA) $(INSTALL_LIBDIR)
|
cp -f aez$(LIBEXT) aez.cmx $(CMXA) $(INSTALL_LIBDIR)
|
||||||
|
|
||||||
ocamlfind-install:
|
ocamlfind-install: all
|
||||||
ocamlfind install aez META $(BUILD)aez.cmi $(BCMA) $(BCMXA) $(BUILD)aez.a
|
ocamlfind install aez META $(BUILD)aez.cmi $(CMA) $(CMXA) $(BUILD)aez.a
|
||||||
|
|
||||||
ocamlfind-remove:
|
ocamlfind-remove:
|
||||||
ocamlfind remove aez
|
ocamlfind remove aez
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue