handle SIGPIPE

This commit is contained in:
Peter Kleiweg
2026-03-26 18:03:36 +01:00
parent b4d6d06146
commit d2e866720c
4 changed files with 38 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ all:
make -C Tzum
make -C VRT
make bin/ISOWeek
make bin/flush
make bin/score
make bin/top20
make bin/week2files
@@ -18,6 +19,9 @@ all:
bin/ISOWeek: cmd/ISOWeek/*.go
go build -o $@ $^
bin/flush: cmd/flush/*.go
go build -o $@ $^
bin/score: cmd/score/*.go
go build -o $@ $^