humungus - humungus

i am gravely disappointed

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

overview - files - changes

viewing file: humungus/ Makefile

view - history - annotated - download


all: humungus

humungus: go.mod schema.sql *.go
	go build -mod=`ls -d vendor 2> /dev/null` -o humungus

clean:
	rm -f humungus

help: