.PHONY: build build: dist/web-ext.zip dist/web-ext.zip: $(shell find src -type f) mkdir -p "$(dir $@)" cd src \ ; zip -r "$(abspath $@)" .