GO = go GOFLAGS = -trimpath -ldflags="-s -w" .PHONY: tetris tetris : $(GO) build $(GOFLAGS) tetris.go