Fix Makefile

This commit is contained in:
Andrew-71 2024-10-11 11:13:55 +03:00
parent eb3c1fb32a
commit b56ce43c80
3 changed files with 11 additions and 5 deletions

View file

@ -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