summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-10-26 00:40:58 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-10-26 00:40:58 -0400
commit66e08077bee03c33b13064b892171bf6e1c320e3 (patch)
treedfc2303df321860a5e5d0e0150148428c97d2bfb /Makefile
parent69573b173f10fa315aa3ce8c4af67fce2a31f60b (diff)
tidy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d1c0ef1..aba7708 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,11 @@ install-targets = \
$(DESTDIR)/lib/systemd/system/network-online@.service \
$(DESTDIR)/lib/network/network-online
+all:
install: $(install-targets)
uninstall:
rm -f -- $(install-targets)
-.PHONY: install uninstall
+.PHONY: all install uninstall
$(DESTDIR)/etc/netctl/hooks/network-online: netctl-hook
install -Dm755 $< $@
@@ -19,4 +20,3 @@ $(DESTDIR)/lib/systemd/system/network-online@.service: network-online@.service
install -Dm644 $< $@
$(DESTDIR)/lib/network/network-online: network-online
install -Dm755 $< $@
-