aboutsummaryrefslogtreecommitdiffstats
path: root/xul-ext/Makefile
blob: aa2eff26c10d049af3f0d10045312395f0e34769 (plain)
1
2
3
4
5
6
7
8
9
all: ../icevault.xpi

%.xpi: chrome.manifest install.rdf COPYING $(shell find chrome/ -type f)
	zip $@ $^

clean:
	rm -f $(XPI_NAME)

.PHONY: all clean