1
0

Added go generate in Makefile.

This commit is contained in:
Alexander Andreev 2023-02-07 03:17:16 +04:00
parent bd35189caa
commit c7894bd472
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

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
install: