humungus - gruss

i am gravely disappointed

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

overview - files - changes

viewing file: gruss/ Makefile

view - history - annotated - download


all: gruss

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

clean:
	rm -f gruss