diff --git a/Makefile b/Makefile index 322e99e..401c5ac 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX ?= /usr/local build: - go build -x -v ./cmd/simplytranslate + go build -v ./cmd/simplytranslate install: install -Dm0755 simplytranslate ${DESTDIR}${PREFIX}/bin/simplytranslate mkdir -p ${DESTDIR}${PREFIX}/share/simplytranslate