mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-16 01:43:13 +00:00
10 lines
115 B
Makefile
10 lines
115 B
Makefile
lint:
|
|
golangci-lint run
|
|
|
|
build:
|
|
go build -ldflags "-s -w" -o "./dodo"
|
|
|
|
build-all:
|
|
rm -rf ./binaries
|
|
./build.sh
|