humungus - miniwebproxy

i am gravely disappointed

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

overview - files - changes

viewing file: miniwebproxy/ Makefile

view - history - annotated - download


all: miniwebproxy

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

clean:
	rm -f miniwebproxy