Suyono 6dd0a8007c wip: refactor(config): yaml parsed
wip: chore(makefile): prepare version info
2024-01-02 23:11:58 +11:00

10 lines
148 B
Makefile

all:
git describe > version.txt
go build -v
clean:
rm version.txt
go clean -i -cache -testcache
install:
install starter ${DESTDIR}/wmstarter