
test: test.go
	go build -gcflags=all="-N -l" $^

clean:
	rm -f test

