Fix Makefile
This commit is contained in:
parent
eb3c1fb32a
commit
b56ce43c80
3 changed files with 11 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -2,7 +2,7 @@ build:
|
|||
go build
|
||||
|
||||
run:
|
||||
go build & ./hibiscus-txt
|
||||
go build && ./hibiscus-txt
|
||||
|
||||
dev:
|
||||
go build & ./hibiscus-txt --config config/dev-config.txt
|
||||
go build && ./hibiscus-txt --config config/dev-config.txt
|
Loading…
Add table
Add a link
Reference in a new issue