inCaller / prometheus_bot

Telegram bot for prometheus alerting
MIT License
395 stars 182 forks source link

Makefile and some add to doc #6

Closed AndreaGreco closed 7 years ago

AndreaGreco commented 7 years ago

Add very simple Makefile for go. Add to doc how to compile ELF. Now doc explain that telegram chat start with -.

hryamzik commented 7 years ago

Hi @AndreaGreco, thanks for your PR! Not sure if Makefile is really required here but let it be.

AndreaGreco commented 7 years ago

make is pretty standard, more then go build.

And allow to launch make test, that is not bad. make clean is gratis to this point.

I think that is not necessary but, comfortable.