Skip to content

Commit

Permalink
chore: add build_aggregator target
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Jan 15, 2025
1 parent 84609c2 commit 210ace1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ anvil_start_with_block_time_with_more_prefunded_accounts:

_AGGREGATOR_:

build_aggregator:
$(GET_SDK_VERSION)
@echo "Building aggregator"
@go build -o aggregator/aligned_layer/build/aligned-aggregator aggregator/aligned_layer/aggregator/cmd/main.go

aggregator_start:
$(GET_SDK_VERSION)
@echo "Starting Aggregator..."
Expand Down

0 comments on commit 210ace1

Please sign in to comment.