parselogs, not parselog
[svn/Prometheus-QoS/.git] / Makefile
index 767f430c37dcba3cfbfd312c82290f4dad878fa6..ef902d65968108b43f065984fe26f87aa242b960 100644 (file)
--- 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,7 +7,7 @@ sbindir=$(prefix)/sbin
 sysconfdir=/etc
 
 main: prometheus
-       $(CC) -o prometheus prometheus.c
+       $(CC) -o prometheus parselogs.c prometheus.c
 
 deb: main
        debian/prometheus.debian
This page took 0.087667 seconds and 4 git commands to generate.