diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-03-21 17:13:32 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-03-23 12:54:09 +0100 |
commit | 80438cd2af17083d85bb12da6756961abfedecbb (patch) | |
tree | fa7f801395d3e38ceebc28cca7c14b97bbbfcbcc /xul-ext | |
parent | ce23c7053355aa3bdae387959eeeb2a67ced2ad3 (diff) |
Move the CLI part to a dedicated dir, with a separate Makefile.
Diffstat (limited to 'xul-ext')
-rw-r--r-- | xul-ext/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xul-ext/Makefile b/xul-ext/Makefile index d44f648..aa2eff2 100644 --- a/xul-ext/Makefile +++ b/xul-ext/Makefile @@ -1,8 +1,6 @@ -XPI_NAME:=$(shell sed -nr '/.*<em:id>([^<]+)<\/em:id>.*/ {s//..\/\1.xpi/p;q}' install.rdf) +all: ../icevault.xpi -all: $(XPI_NAME) - -$(XPI_NAME): chrome.manifest install.rdf COPYING $(shell find chrome/ -type f) +%.xpi: chrome.manifest install.rdf COPYING $(shell find chrome/ -type f) zip $@ $^ clean: |