6 lines
53 B
Makefile
6 lines
53 B
Makefile
GO = go
|
|
|
|
.PHONY: tetris
|
|
|
|
tetris :
|
|
$(GO) build -o $@
|