build: add extra flags to Makefile

This commit is contained in:
2025-09-24 12:24:18 +05:30
parent e71f4f4e26
commit 81c9b310cb

View File

@@ -1,2 +1,2 @@
all:
go build -o ~/bin/test/envy .
go build -ldflags="-s -w" -trimpath -o ~/bin/test/envy .