ehm
[svn/Prometheus-QoS/.git] / Makefile
index 9c731785fd290f1e0983643619d067b69012d96b..f06bdd61f088fefe632ff51717e3385c26bd143b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ sysconfdir=/etc/
 main: prometheus
        $(CC) -o prometheus prometheus.c
 
+deb: main
+       ./prometheus.debian
+       
 install: main
        install -d $(sbindir)
        install -d $(mandir)/man1
This page took 0.121315 seconds and 4 git commands to generate.