X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=Makefile;h=782989c5fdf5dad47689b18912c43f9adcd54f17;hp=dabf24250bec8006a1eafbe17b0fbf0aa6384092;hb=0c419f83421cc11c38f9440eac87d648c49ee675;hpb=7619acd541d905096bdaa7b1908554e8f4fc208a diff --git a/Makefile b/Makefile index dabf242..782989c 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ PACKAGE=prometheus -VERSION=0.7.1 +VERSION=0.7.7 CFLAGS=-Wall prefix=/usr mandir=$(prefix)/share/man bindir=$(prefix)/sbin +crondir=/etc/cron.d main: prometheus $(CC) -o prometheus prometheus.c @@ -11,6 +12,7 @@ main: prometheus install: main install -d $(bindir) install -m 755 prometheus $(bindir) + install -m 755 sample_config/prometheus.cron $(crondir)/prometheus clean: rm -f prometheus