Fix Makefile
This commit is contained in:
parent
21e3fbdcc0
commit
5240185457
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
|||
./bin:
|
||||
mkdir -p build
|
||||
mkdir -p bin
|
||||
|
||||
./bin/papero: ./build
|
||||
./bin/papero: ./bin
|
||||
go build -o ./bin/papero ./cli/papero/...
|
||||
|
||||
.PHONY: clean
|
||||
|
|
Loading…
Reference in a new issue