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