Skip to content

Commit 2aeaf38

Browse files
committed
Update components in the Makefile
1 parent 4eced3b commit 2aeaf38

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Makefile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
COMPONENTS = mithril-common mithril-stm mithril-aggregator mithril-client mithril-client-cli mithril-signer \
2-
internal/mithril-persistence internal/mithril-doc-derive internal/mithril-doc internal/mithril-build-script \
3-
demo/protocol-demo mithril-test-lab/mithril-end-to-end
1+
COMPONENTS = mithril-aggregator mithril-client mithril-client-cli mithril-client-wasm \
2+
mithril-common mithril-relay mithril-signer mithril-stm \
3+
internal/mithril-build-script internal/mithril-cli-helper internal/mithril-doc \
4+
internal/mithril-doc-derive internal/mithril-metric internal/mithril-persistence \
5+
internal/mithril-resource-pool internal/signed-entity/mithril-signed-entity-lock \
6+
internal/signed-entity/mithril-signed-entity-preloader \
7+
demo/protocol-demo \
8+
mithril-test-lab/mithril-aggregator-fake mithril-test-lab/mithril-end-to-end
49
GOALS := $(or $(MAKECMDGOALS),all)
510
NON_COMPONENT_GOALS := check-format format
611

0 commit comments

Comments
 (0)