Improve default theme
This commit is contained in:
parent
6d37c363bb
commit
eb3c1fb32a
6 changed files with 34 additions and 17 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
build:
|
||||
go build
|
||||
|
||||
run:
|
||||
go build & ./hibiscus-txt
|
||||
|
||||
dev:
|
||||
go build & ./hibiscus-txt --config config/dev-config.txt
|
Loading…
Add table
Add a link
Reference in a new issue