Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Apr 12, 2024
1 parent 43f68fa commit 484e589
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ build:
.PHONY: test
test:
dune runtest

.PHONY: setup-dev
setup-dev:
opam switch create . 5.1.1 --no-install
opam install . --deps-only --with-test

.PHONY: clean-dev
clean-dev:
opam switch remove $(shell pwd)

0 comments on commit 484e589

Please # to comment.