Skip to content

Commit

Permalink
Merge branch 'bernhard-rename-infra-to-deployment' into bernhard-add-…
Browse files Browse the repository at this point in the history
…markdown-linter
  • Loading branch information
drahnr authored Feb 10, 2025
2 parents 6c4ec16 + ee12bdc commit ca864d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ default:
cd contracts && make gen
cd crates && (cargo build --release && ./target/release/ipc-cli --version && ./target/release/fendermint --version)

# podman has a compatible API, and is better supported
# Uses 'docker' as the default container runtime.
# Can be overwritten to 'podman' for a compatible API and potentially enhanced support
CONTAINER_FRONTEND_BIN ?= docker
MARKDOWNLINT_CLI ?= markdownlint-cli2

SUBTREES_RUST := $(patsubst %, crates/%, $(ls -1 crates))
SUBTREES_CONTRACTS := contracts
SUBTREES_ALL := $(SUBTREES_RUST) $(SUBTREES_CONTRACTS)
Expand Down

0 comments on commit ca864d4

Please sign in to comment.