fix(mkfile): fix make sqlc
This commit is contained in:
parent
eee5084821
commit
c312b4e2c8
1
Makefile
1
Makefile
@ -37,6 +37,7 @@ build: tidy sqlc # build.
|
|||||||
@go build -v -ldflags "$(GO_LDFLAGS)" -o $(OUTPUT_DIR)/howmuch $(ROOT_DIR)/cmd/howmuch/main.go 2>/dev/null
|
@go build -v -ldflags "$(GO_LDFLAGS)" -o $(OUTPUT_DIR)/howmuch $(ROOT_DIR)/cmd/howmuch/main.go 2>/dev/null
|
||||||
|
|
||||||
.PHONY: sqlc
|
.PHONY: sqlc
|
||||||
|
sqlc:
|
||||||
@sqlc generate
|
@sqlc generate
|
||||||
|
|
||||||
.PHONY: format
|
.PHONY: format
|
||||||
|
Loading…
Reference in New Issue
Block a user