9 lines
78 B
Makefile
9 lines
78 B
Makefile
build:
|
|
go build .
|
|
|
|
build_win:
|
|
GOOS=windows go build .
|
|
|
|
clean:
|
|
rm -rf build
|