humungus - flak

i am gravely disappointed

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

overview - files - changes

viewing file: flak/ Makefile

view - history - annotated - download


all: flak

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

clean:
	rm -f flak