Skip to content

Commit

Permalink
Merge branch 'master' into ocaml-5
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Jan 8, 2023
2 parents e2525b3 + cff5155 commit 44878dd
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 277 deletions.
11 changes: 7 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.PHONY: all build install update fmt clean clear
.SILENT: all build install update fmt clean clear
.PHONY: all build install update fmt clean clear chromium-version
.SILENT: all build install update fmt clean clear chromium-version

all: build

build:
dune build -p chromium-version,osnap --profile=release
opam exec -- dune build -p osnap --profile=release

install:
if ! [ -e _opam ]; then \
Expand All @@ -19,10 +19,13 @@ update:
opam lock .

fmt:
dune build @fmt --auto-promote
opam exec -- dune build @fmt --auto-promote

clean:
rm -rf _build

clear: clean
rm -rf _opam

chromium-version:
opam exec -- dune exec chromium-version
Loading

0 comments on commit 44878dd

Please sign in to comment.