Skip to content

Commit 7db635a

Browse files
committed
Remove mv line
1 parent f752fe0 commit 7db635a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ install:
101101
@echo "Installing ${APP} with ${GOVERS}..."
102102
@go clean
103103
@go install -ldflags="-s -w"
104-
@mv $(GOBIN)/wtf $(GOBIN)/${APP}
105104
$(eval INSTALLPATH = $(shell which ${APP}))
106105
@echo "${APP} installed into ${INSTALLPATH}"
107106

0 commit comments

Comments
 (0)