diff --git a/Makefile-v3 b/Makefile-v3 index ac9d4a4..c1c02a3 100644 --- a/Makefile-v3 +++ b/Makefile-v3 @@ -1,10 +1,10 @@ all: true -distclean: +disclean: true install: mkdir -p $(DESTDIR)/usr/bin/ - GOAMD=v3 go build -ldflags="-s -w" -x -o $(DESTDIR)/usr/bin/walker -buildvcs=false ./cmd/walker.go + GOAMD=v3 go build -ldflags="-s -w" -x -o $(DESTDIR)/usr/bin/walker -buildvcs=false ./cmd/walker.go chmod 755 $(DESTDIR)/usr/bin/walker \ No newline at end of file