Skip to content

Commit 91ecbab

Browse files
committed
Work around compilation error
1 parent 5b29481 commit 91ecbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COVERPKG := $(shell go list ./... | grep -v '/cmd/' | egrep -v '(testing|test|m
1010
export GO_IMAGE = golang:$(shell go version | cut -d ' ' -f 3 | tail -c +3 )
1111

1212
# This is the default target, build everything:
13-
all: cmd/algorand-indexer/algorand-indexer idb/postgres/internal/schema/setup_postgres_sql.go idb/mocks/IndexerDb.go
13+
all: cmd/algorand-indexer/algorand-indexer idb/postgres/internal/schema/setup_postgres_sql.go #idb/mocks/IndexerDb.go
1414

1515

1616
cmd/algorand-indexer/algorand-indexer: idb/postgres/internal/schema/setup_postgres_sql.go

0 commit comments

Comments
 (0)