Introduction
Introduction Statistics Contact Development Disclaimer Help
README: POSIX make - firefox-fix-web - Firefox extension: fix web
git clone git://git.codemadness.org/firefox-fix-web
Log
Files
Refs
README
LICENSE
---
commit 69e862f11890afda727c5925ef22705842a8b773
parent 62c5d60e4364144d8091ca2dcca6de49120ae667
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
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
diff --git a/README b/README
@@ -11,8 +11,8 @@ Features
Build dependencies
------------------
-- POSIX shell
-- Make
+- POSIX shell.
+- POSIX make.
- zip
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.