summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a484ebc..50f1669 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+
APXS=/usr/bin/apxs2
APACHECTL=apache2ctl
LIBS=$(shell pkg-config --libs howl)
@@ -18,12 +20,11 @@ reload: install restart
start:
$(APACHECTL) start
-
+
restart:
$(APACHECTL) restart
-
+
stop:
$(APACHECTL) stop
-
.PHONY: all install clean reload start restart stop