Commit: 5f8f8f16e1c99b4f646b7566629c03c1225b36c5
Parent: 61f1c31927830a5d1dc5f156f1b731a1d846384d
Author: 0x766F6964
Date: Sun, 8 Dec 2019 00:01:31 -0700
add .PHONY and .POSIX to Makefile
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,4 +1,5 @@
# links - lynx-like alternative character mode WWW browser
+.POSIX:
include config.mk
@@ -86,3 +87,5 @@ install: all
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/links
rm -f $(DESTDIR)$(MANPREFIX)/man1/links.1
+
+.PHONY: all options clean install uninstall