Skip to content

Commit 9e45098

Browse files
committed
fix make build
1 parent 3e85757 commit 9e45098

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
@@ -6,7 +6,7 @@ run:
66
./bin/pdfjuicer
77

88
build:
9-
go build -o ./bin/pdfjuicer
9+
go build -o ./bin/pdfjuicer ./cmd
1010

1111
build-run:
1212
go build -o ./bin/pdfjuicer ./cmd && ./bin/pdfjuicer

0 commit comments

Comments
 (0)