all: ../icevault.xpi %.xpi: chrome.manifest install.rdf COPYING $(shell find chrome/ -type f) zip $@ $^ clean: rm -f $(XPI_NAME) .PHONY: all clean