Skip to content

Commit

Permalink
feat(indexer): Add indexer-refresh to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Cory authored and Will Cory committed Jun 9, 2023
1 parent 4e90ad1 commit 7bf158e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion indexer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ SCC_ABI_ARTIFACT = ../packages/contracts/artifacts/contracts/L1/rollup/StateComm
indexer:
env GO111MODULE=on go build -v $(LDFLAGS) ./cmd/indexer

indexer-refresh:
env GO111MODULE=on go build -v $(LDFLAGS) ./cmd/indexer-refresh

clean:
rm indexer
rm indexer && rm indexer-refresh

test:
go test -v ./...
Expand Down Expand Up @@ -43,6 +46,7 @@ bindings-scc:

.PHONY: \
indexer \
indexer-refresh \
bindings \
bindings-scc \
clean \
Expand Down

0 comments on commit 7bf158e

Please sign in to comment.