Add a way to check the minimum version supported by a LURE repo

This commit is contained in:
2022-11-22 12:51:45 -08:00
parent 101eeece89
commit 447f71a499
6 changed files with 59 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
lure:
lure: version.txt
go build
clean:
@@ -9,5 +9,8 @@ install: lure
uninstall:
rm -f /usr/local/bin/lure
version.txt:
go generate
.PHONY: install clean uninstall