X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=Makefile;h=ef902d65968108b43f065984fe26f87aa242b960;hb=d4eabe362aad5c58ac1ddfedd4085e1c6a7b884b;hp=eb33db8cc99219cfdf1a56aeca7431d7246cb75f;hpb=03a8ebc89cec35513922872b2f87bc63cb78c669;p=svn%2FPrometheus-QoS%2F.git diff --git a/Makefile b/Makefile index eb33db8..ef902d6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE=prometheus -VERSION=0.7.8 +VERSION=0.8.2 CFLAGS=-std=c99 -Wall prefix=/usr mandir=$(prefix)/share/man @@ -7,11 +7,11 @@ sbindir=$(prefix)/sbin sysconfdir=/etc main: prometheus - $(CC) -o prometheus prometheus.c + $(CC) -o prometheus parselogs.c prometheus.c deb: main debian/prometheus.debian - dpkg-buildpackage + dpkg-buildpackage -rfakeroot tgz: clean cp -r . ../$(PACKAGE)-$(VERSION)