From 66e08077bee03c33b13064b892171bf6e1c320e3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 26 Oct 2015 00:40:58 -0400 Subject: tidy --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 $< $@ - -- cgit v1.2.3