hibiscus/Makefile

8 lines
116 B
Makefile
Raw Normal View History

2024-10-08 14:49:49 +03:00
build:
go build
run:
2024-10-11 11:13:55 +03:00
go build && ./hibiscus-txt
2024-10-08 14:49:49 +03:00
dev:
2024-10-11 11:13:55 +03:00
go build && ./hibiscus-txt --config config/dev-config.txt