mirror of
https://github.com/silicoflare/envy.git
synced 2026-07-25 02:37:33 +05:30
5 lines
99 B
Makefile
5 lines
99 B
Makefile
all:
|
|
go build -ldflags="-s -w" -trimpath -o ~/bin/test/envy .
|
|
|
|
dev:
|
|
go build -o ~/bin/test/envy .
|