Compare commits

..

No commits in common. "76320aa8139f2fd9c49e63cfc18f0b1ea83dc2a4" and "f215e4fd9042b0fc3a738ba42082f98df0c495bf" have entirely different histories.

View File

@ -25,6 +25,6 @@ uninstall:
rm $(CFG_PREFIX)/itd.toml
version.txt:
go generate
printf "r%s.%s" "$(shell git rev-list --count HEAD)" "$(shell git rev-parse --short HEAD)" > version.txt
.PHONY: all clean install uninstall