This commit is contained in:
2025-05-22 08:19:56 -07:00
parent c6f9c7e560
commit 68ce2c88d2
5 changed files with 10 additions and 2 deletions

View File

@@ -1,10 +1,13 @@
default: clean run
clean:
rm -f gomeshalerter
rm -f gomeshalerter *.json
run: gomeshalerter
exec ./gomeshalerter
gomeshalerter: *.go
go build -o gomeshalerter .
lint:
golangci-lint run