silenceper / gowatch

🚀 gowatch is a command line tool that builds and (re)starts your go project everytime you save a Go or template file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

配置文件不支持自定义命令

slevinsc opened this issue · comments

如题

编译成功之后的,运行命令么?

你可以说下你的需求

不是编译成功,是监控到文件变化,调用我定义的命令编译,比如我是用Make来编译的

不支持自定义编译,因为通过Makefile编译,目标文件的生成不是由gowatch控制。
你可以将Makefile 内build参数提取出来。