1
0
Fork 0

Added go generate to Makefile.

This commit is contained in:
Alexander Andreev 2023-02-23 18:03:57 +04:00
parent 2b5c26b2db
commit e1107e94eb
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ all: ${TARGET}
.PHONY: ${TARGET}
${TARGET}:
go generate web/web.go
go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go
run: