Skip to content

Commit

Permalink
Remove missed cmd in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AshineFoster committed Jul 18, 2023
1 parent 2d317a3 commit 094ca65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ install: all ## Install the packages on the system
start: all ## Run the produced executable
opam exec -- dune exec src/ocamlorg_web/bin/main.exe

.PHONY: offline
offline: all ## Run the produced executable without an internet connection. Some functionality will not be avaliable.
opam exec -- dune exec src/ocamlorg_web/bin/main.exe -- -offline

.PHONY: test
test: ## Run the unit tests
opam exec -- dune build --root . @runtest
Expand Down

0 comments on commit 094ca65

Please sign in to comment.