Codebase list debianbuttons / run/4414430e-0c0c-4786-b2ae-51d6873df396/main Makefile
run/4414430e-0c0c-4786-b2ae-51d6873df396/main

Tree @run/4414430e-0c0c-4786-b2ae-51d6873df396/main (Download .tar.gz)

Makefile @run/4414430e-0c0c-4786-b2ae-51d6873df396/mainraw · history · blame

#!/usr/bin/make -f
# vim: noet sts=8 sw=8 ts=8 ft=makefile

PKG := icedeb

ALL_FILES := README TODO Changes manifest.json \
    icedeb.js icedeb.css icedeb.html icedeb-content.js \
    $(shell find res -type f) \
    icons/openlogo-nd.svg \
    icons/icedeb-addon-light.svg icons/icedeb-addon-dark.svg

all: $(PKG).xpi
$(PKG).xpi: $(ALL_FILES)
	rm -f $@
	zip $@ $^