You've already forked monobank-firefly3-bot
4 lines
47 B
Makefile
4 lines
47 B
Makefile
.PHONY: build
|
|
|
|
build:
|
|
CGO_ENABLED=0 go build .
|