Skip to content

Commit

Permalink
[nit] Update makefile dev version path
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Jul 24, 2023
1 parent 262fcbe commit 110b18d
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 @@ -2,7 +2,7 @@

# Leave empty to use OPAM-installed Coq
SERAPI_COQ_HOME ?=
# SERAPI_COQ_HOME=/home/egallego/external/coq-master/_build/install/default/lib/
# SERAPI_COQ_HOME=/home/egallego/external/coq-v8.18/_build/install/default/lib/

ifneq ($SERAPI_COQ_HOME,)
export OCAMLPATH := $(SERAPI_COQ_HOME):$(OCAMLPATH)
Expand Down

0 comments on commit 110b18d

Please sign in to comment.