We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b29481 commit 91ecbabCopy full SHA for 91ecbab
Makefile
@@ -10,7 +10,7 @@ COVERPKG := $(shell go list ./... | grep -v '/cmd/' | egrep -v '(testing|test|m
10
export GO_IMAGE = golang:$(shell go version | cut -d ' ' -f 3 | tail -c +3 )
11
12
# 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
+all: cmd/algorand-indexer/algorand-indexer idb/postgres/internal/schema/setup_postgres_sql.go #idb/mocks/IndexerDb.go
14
15
16
cmd/algorand-indexer/algorand-indexer: idb/postgres/internal/schema/setup_postgres_sql.go
0 commit comments