diff --git a/Makefile b/Makefile index e5adf8f..c7aa150 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: go build -ldflags="-s -w" -trimpath -o ./dist/envy . clean: - rm ~/bin/test/envy + rm ./dist/envy dev: go build -o ./dist/envy .