Skip to content

Commit

Permalink
update compiler version in makefile cmd (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri authored Aug 15, 2024
1 parent a9f8c77 commit b60bd36
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 @@ -58,7 +58,7 @@ install: ## Update the package dependencies when new deps are added to dune-proj

.PHONY: init
create-switch: ## Create a local opam switch
@opam switch create . 5.1.1 --no-install
@opam switch create . 5.2.0 --no-install

.PHONY: init
init: create-switch install ## Create a local opam switch, install deps

0 comments on commit b60bd36

Please sign in to comment.