Skip to content

Commit

Permalink
Makefile: install, add required dependency on ocamlmerlin
Browse files Browse the repository at this point in the history
  • Loading branch information
trefis committed Mar 21, 2017
1 parent e9389b8 commit 5cec64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -83,7 +83,7 @@ distclean: clean
preprocessclean:
$(MAKE) -f Makefile.preprocess clean

install-binary: $(TARGET)
install-binary: $(TARGET) ocamlmerlin
install -d $(BIN_DIR)
install $(TARGET)$(EXE) $(BIN_DIR)/ocamlmerlin-server$(EXE)
install ocamlmerlin$(EXE) $(BIN_DIR)/ocamlmerlin$(EXE)
Expand Down

0 comments on commit 5cec64d

Please sign in to comment.