Add .PHONY targets in the Makefile. - sup - small tool for privilege escalation
(HTM) git clone git://bitreich.org/sup git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sup
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7869bc4fa8353f917e6868f8c2b165f5fcf979dc
(DIR) parent 6953562c3fce572433811b5b8a11a1c809d3229b
(HTM) 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(-)
---
(DIR) 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