README: POSIX make - firefox-fix-web - Firefox extension: fix web
(HTM) git clone git://git.codemadness.org/firefox-fix-web
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 69e862f11890afda727c5925ef22705842a8b773
(DIR) parent 62c5d60e4364144d8091ca2dcca6de49120ae667
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 9 Nov 2019 22:34:07 +0100
README: POSIX make
Diffstat:
M Makefile | 4 ++++
M README | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -1,3 +1,5 @@
+.POSIX:
+
package: clean
( cd extension; \
zip -r -FS ../firefox-fix-web.xpi *; \
@@ -5,3 +7,5 @@ package: clean
clean:
rm -f *.xpi
+
+.PHONY: clean package
(DIR) diff --git a/README b/README
@@ -11,8 +11,8 @@ Features
Build dependencies
------------------
-- POSIX shell
-- Make
+- POSIX shell.
+- POSIX make.
- zip