commit 7869bc4fa8353f917e6868f8c2b165f5fcf979dc parent 6953562c3fce572433811b5b8a11a1c809d3229b Author: parazyd <parazyd@dyne.org> Date: Wed, 27 Jan 2021 15:09:51 +0100 Add .PHONY targets in the Makefile. Diffstat:
M | Makefile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -41,3 +41,5 @@ install: all uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/$(BIN) rm -f $(DESTDIR)$(MANPREFIX)/man1/$(MAN) + +.PHONY: all clean install uninstall