From 011bf3b9f4ef9470ae97fd2b93857a2bdd4f94cb Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 26 Dec 2019 12:19:23 +0100 Subject: README: consolidate with INSTALL and rewrite Signed-off-by: Jason A. Donenfeld --- src/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 92ff52b..6bbed32 100644 --- a/src/Makefile +++ b/src/Makefile @@ -96,9 +96,6 @@ install: wg @[ "$(WITH_WGQUICK)" = "yes" -a "$(WITH_SYSTEMDUNITS)" = "yes" ] || exit 0; \ install -v -d "$(DESTDIR)$(SYSTEMDUNITDIR)" && install -v -m 0644 systemd/wg-quick@.service "$(DESTDIR)$(SYSTEMDUNITDIR)/wg-quick@.service" -help: - @cat INSTALL - -.PHONY: clean install help +.PHONY: clean install -include *.d -- cgit v1.2.3-59-g8ed1b