5 lines
93 B
Makefile
5 lines
93 B
Makefile
build:
|
|
@echo Building windows binary...
|
|
go build -trimpath -ldflags="-s -w" .
|
|
@echo Done!
|