mirror of
https://github.com/silicoflare/envy.git
synced 2026-05-26 11:49:52 +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 .
|