This repository has been archived on 2026-03-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Hakushi_Crawl/Makefile
2025-12-31 16:06:58 +07:00

5 lines
93 B
Makefile

build:
@echo Building windows binary...
go build -trimpath -ldflags="-s -w" .
@echo Done!