aboutsummaryrefslogtreecommitdiffstats
path: root/xul-ext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xul-ext/Makefile')
-rw-r--r--xul-ext/Makefile5
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: