wingmate/cmd/pidproxy/Makefile
2024-01-11 09:09:32 +11:00

10 lines
160 B
Makefile

all:
git describe > version.txt
go build -v
clean:
echo "dev" > version.txt
go clean -i -cache -testcache
install:
install pidproxy ${DESTDIR}/wmpidproxy