Merge pull request #77 from aykhans/feat/add-makefile
Some checks failed
golangci-lint / lint (push) Failing after 2m11s

🔧 Added Makefile
This commit is contained in:
2025-02-28 03:43:33 +04:00
committed by GitHub

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
lint:
golangci-lint run
build:
go build -ldflags "-s -w" -o "./dodo"
build-all:
rm -rf ./binaries
./build.sh