Makefile.in 213 B

1234567891011
  1. all: crontab nodes2prometheus.sh
  2. crontab: crontab.in
  3. ../conf/substitute.sh $> $@
  4. nodes2prometheus.sh: nodes2prometheus.sh.in
  5. ../conf/substitute.sh $> $@
  6. chmod +x $@
  7. clean:
  8. rm -f crontab nodes2prometheus.sh