humungus - vertigo

i am gravely disappointed

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

overview - files - changes

viewing file: vertigo/ Makefile

view - history - annotated - download

all: vertigo

vertigo: render.glsl *.go go.mod
	env CGO_ENABLED=1 go build -mod=`ls -d vendor 2> /dev/null` -o vertigo

clean:
	rm -f vertigo

help:

test:
	go test