diff --git a/Makefile b/Makefile index 810f6d8..f03ccd3 100755 --- a/Makefile +++ b/Makefile @@ -22,10 +22,10 @@ ifeq (,$(wildcard $(shell go env GOPATH)/bin/templ)) endif $(shell go env GOPATH)/bin/templ generate -run: +run: | ${TARGET} bin/${TARGET} -file-handling -path /mnt/data -listen 127.0.0.1:19135 -install: +install: | ${TARGET} install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET} install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}/${SYSDDIR}/${TARGET}.service