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