Skip to content

Commit

Permalink
update makefile; use more recent bare_encoding module
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Sep 21, 2023
1 parent b320927 commit ccfeb07
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 139 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

OPTS=--profile=release
OPTS=--profile=release --ignore-promoted-rules
all:
@dune build @all $(OPTS)

Expand All @@ -12,6 +12,9 @@ clean:
fmt:
@dune build @fmt --display=quiet --auto-promote

lint:
@dune build @lint

WATCH ?= @all
watch:
@dune build $(WATCH) -w $(OPTS)
1 change: 1 addition & 0 deletions src/utils/.ocamlformat-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bare_encoding.ml*
Loading

0 comments on commit ccfeb07

Please sign in to comment.