Skip to content

Commit

Permalink
Run dune from the crate root to regenerate .opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Oct 31, 2024
1 parent 91bf684 commit 516e241
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ clean-generated:
clean: clean-generated
cd charon && cargo clean
cd charon/macros && cargo clean
cd charon-ml && dune clean
dune clean

# Build the Nix packages
.PHONY: nix
Expand Down
4 changes: 2 additions & 2 deletions charon-ml/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ build: format build-dev
# Build, without formatting the code
.PHONY: build-dev
build-dev:
dune build && dune build @doc
cd .. && dune build && dune build @doc

# The tests.
# You can use the environment variable "CHARON_LOG" to activate the log.
# For instance: `CHARON_LOG=1 make tests`.
.PHONY: tests
tests: copy-tests
dune test
cd .. && dune test

# Reformat the code
.PHONY: format
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 516e241

Please sign in to comment.