Skip to content
Makefile 59 B
Newer Older
Bengfort's avatar
Bengfort committed
%: %.go
	go build -buildmode=pie -ldflags="-s -w" -o $@ $<