just walk away and there will be an end to the horror
view - history - annotated - download
all: honk3 honk3: schema.sql *.go go.mod env CGO_ENABLED=1 go build -mod=`ls -d vendor 2> /dev/null` -o honk3 help: for m in docs/*.[13578] ; do \ mandoc -T html -O fragment,man=%N.%S.html $$m | sed -E 's/<a class="Lk" href="([[:alnum:]._-]*)">/<img src="\1"><br>/g' > $$m.html ; \ done clean: rm -f honk3 test: go test