diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-03-23 23:19:24 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-03-25 20:08:48 +0100 |
commit | 92ed83c72e2e1006bd2c94cbe02870f7d2404cae (patch) | |
tree | 4e3ec6ae0e28c0fa2c4767170d109cb8982cfab2 /xul-ext/Makefile | |
parent | 07b84b96bee626471db5f5dc284f4cd00a0d56ff (diff) |
Use about:config to determine the socket path and perms.
Diffstat (limited to 'xul-ext/Makefile')
-rw-r--r-- | xul-ext/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xul-ext/Makefile b/xul-ext/Makefile index aa2eff2..7fa5d6a 100644 --- a/xul-ext/Makefile +++ b/xul-ext/Makefile @@ -1,6 +1,7 @@ -all: ../icevault.xpi +XPI_NAME ?= ../icevault.xpi +all: $(XPI_NAME) -%.xpi: chrome.manifest install.rdf COPYING $(shell find chrome/ -type f) +%.xpi: chrome.manifest install.rdf COPYING $(shell find chrome/ defaults/ -type f) zip $@ $^ clean: |