We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e85757 commit 9e45098Copy full SHA for 9e45098
Makefile
@@ -6,7 +6,7 @@ run:
6
./bin/pdfjuicer
7
8
build:
9
- go build -o ./bin/pdfjuicer
+ go build -o ./bin/pdfjuicer ./cmd
10
11
build-run:
12
go build -o ./bin/pdfjuicer ./cmd && ./bin/pdfjuicer
0 commit comments