Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Dec 3, 2024
1 parent 9602fdc commit 79ad0ff
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 @@ -15,7 +15,7 @@ deps: ## Install development dependencies

.PHONY: create_switch
create_switch:
opam switch create . 5.2.0 --no-install
opam switch create . 5.2.1 --no-install

.PHONY: switch
switch: create_switch deps ## Create an opam switch and install development dependencies
Expand Down

0 comments on commit 79ad0ff

Please sign in to comment.