begining of code cleanup: more modular source code
[svn/Prometheus-QoS/.git] / Makefile
index 35a1f60e4e2e7d3c1bb972465ddaa1065183ca64..2145cfb07afb23c8f8b7bd459961e22ab79995f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ sbindir=$(prefix)/sbin
 sysconfdir=/etc
 
 main: prometheus
-       $(CC) -o prometheus prometheus.c
+       $(CC) -o prometheus parselog.c prometheus.c
 
 deb: main
        debian/prometheus.debian
This page took 0.12513 seconds and 4 git commands to generate.