mirror of
https://github.com/silicoflare/envy.git
synced 2026-09-27 08:51:05 +05:30
build: add correct build paths to makefile and add gitignore file
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
dist
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
all:
|
all:
|
||||||
go mod tidy
|
go mod tidy
|
||||||
go build -ldflags="-s -w" -trimpath -o ~/bin/test/envy .
|
go build -ldflags="-s -w" -trimpath -o ./dist/envy .
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm ~/bin/test/envy
|
rm ~/bin/test/envy
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
go build -o ~/bin/test/envy .
|
go build -o ./dist/envy .
|
||||||
|
|||||||
Reference in New Issue
Block a user