From dfc8a5431a1ec8fa64e5e6de7d9a5b3773a0d1af Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Fri, 2 Sep 2022 01:24:21 +0200 Subject: [PATCH] add phonyness back to BSD makefile Signed-off-by: Sam Therapy --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3c805e1..d8777ec 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ include template.mk EXE := $(PROG) ## install: installs awl +.PHONY: install install: all install -Dm755 $(PROG) $(DESTDIR)$(PREFIX)/$(BIN)/$(PROG) install -Dm644 doc/$(PROG).1 $(DESTDIR)$(MAN)/man1/$(PROG).1