Skip to content

Commit 3933913

Browse files
committed
Fixes install directive
1 parent bf816c4 commit 3933913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ TARGETS=dist/goreorder-linux-amd64 dist/goreorder-darwin-amd64 dist/goreorder-wi
2121
TEST=
2222

2323
install:
24-
go install -v $(CC_OPTS) $(PACKAGE)
24+
go install -v $(CC_OPTS) $(COMMAND_PACKAGE)
2525

2626
uninstall:
2727
go clean -i ./...

0 commit comments

Comments
 (0)