Skip to content

Commit

Permalink
Fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Oct 25, 2017
1 parent 783f413 commit 7b28faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ test: bin
clean:
$(COMP) -clean && rm -f $(NAME)

TO_INSTALL=META $(addprefix _build/,$(LIB) $(NAME).a $(NAME).cmi) \
$(shell find _build -name '*.cmi' -or -name '*.cmx')
TO_INSTALL_LIB=$(addsuffix .a, $(NAME)) $(addsuffix .cmi, $(NAME))
TO_INSTALL=META $(addprefix _build/,$(LIB) $(TO_INSTALL_LIB))

install: lib
ocamlfind install $(NAME) $(TO_INSTALL)
Expand Down

0 comments on commit 7b28faa

Please sign in to comment.