forked from Elara6331/itd
Compare commits
No commits in common. "76320aa8139f2fd9c49e63cfc18f0b1ea83dc2a4" and "f215e4fd9042b0fc3a738ba42082f98df0c495bf" have entirely different histories.
76320aa813
...
f215e4fd90
2
Makefile
2
Makefile
@ -25,6 +25,6 @@ uninstall:
|
|||||||
rm $(CFG_PREFIX)/itd.toml
|
rm $(CFG_PREFIX)/itd.toml
|
||||||
|
|
||||||
version.txt:
|
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
|
.PHONY: all clean install uninstall
|
Loading…
Reference in New Issue
Block a user