humungus - azorius

i am gravely disappointed

just walk away and there will be an end to the horror

overview - files - changes

viewing file: azorius/ Makefile

view - history - annotated - download


all: azorius

azorius: .preflightcheck schema.sql *.go go.mod
	env CGO_ENABLED=1 go build -mod=`ls -d vendor 2> /dev/null` -o azorius

.preflightcheck: checkdeps.sh
	@sh ./checkdeps.sh

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 azorius

test:
	go test