making lots of progress!

This commit is contained in:
2025-07-24 16:09:00 +02:00
parent c2040a5c08
commit 6b0628792a
28 changed files with 1917 additions and 289 deletions

View File

@@ -19,7 +19,7 @@ lint:
golangci-lint run
clean:
rm -f hdmistat
rm -f hdmistat fbsimplestat fbhello
go clean
install: build
@@ -60,4 +60,4 @@ debug:
@echo ""
@echo "To debug a hang:"
@echo " kill -USR1 <pid> # Dump goroutines"
@echo " kill -QUIT <pid> # Also dumps goroutines (Go default)"
@echo " kill -QUIT <pid> # Also dumps goroutines (Go default)"