1
0
Fork 0

Nah, let's remove bin/, so executable will be built every time.

This commit is contained in:
Alexander Andreev 2023-09-24 20:42:30 +04:00
parent fe87114fe0
commit 9e33fa359b
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" -tags osusergo,netgo
.PHONY: run install uninstall clean
bin/${TARGET}: web/*.pug.go
${TARGET}: web/*.pug.go
go build -o bin/$@ ${LDFLAGS} ${FLAGS} cmd/$@/main.go
web/*.pug.go: web/templates/*.pug