Skip to content

Commit

Permalink
update dev switch
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Aug 29, 2024
1 parent 8b9e039 commit f92373c
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 @@ -13,7 +13,7 @@ help: ## Print this help message

.PHONY: create-switch
create-switch: ## Create opam switch
opam switch create . 5.1.0~rc3 -y --deps-only
opam switch create . 5.2.0 -y --deps-only

.PHONY: init
init: create-switch install ## Configure everything to develop this repository in local
Expand Down

0 comments on commit f92373c

Please sign in to comment.