latest, seems to work

This commit is contained in:
2025-05-22 05:25:33 -07:00
commit 611b4d946b
5 changed files with 1457 additions and 0 deletions

10
Makefile Normal file
View File

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