3 lines
40 B
Makefile
3 lines
40 B
Makefile
GO = go
|
|
tetris :
|
|
$(GO) build tetris.go
|
GO = go
|
|
tetris :
|
|
$(GO) build tetris.go
|