6 lines
33 B
Makefile
6 lines
33 B
Makefile
|
.PHONY: build
|
||
|
|
||
|
|
||
|
build:
|
||
|
go build
|