1
0
Fork 0

Added go generate to Makefile.

This commit is contained in:
Alexander Andreev 2023-02-05 05:32:46 +04:00
parent aec332f746
commit c3c299e066
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} install uninstall
${TARGET}:
go generate web/web.go
go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go
run: