]> git.ktnx.net Git - icedeb.git/blob - Makefile
aa8562701153cca8cd6dad992de5cc5b86b433f9
[icedeb.git] / Makefile
1 #!/usr/bin/make -f
2 # vim: noet sts=8 sw=8 ts=8 ft=makefile
3
4 PKG := icedeb
5
6 ALL_FILES := README TODO manifest.json icedeb.js icedeb.css icedeb.html icedeb-content.js \
7     $(shell find res -type f) icons/openlogo-nd.svg icons/icedeb-addon.svg
8
9 all: $(PKG).xpi
10 $(PKG).xpi: $(ALL_FILES)
11         rm -f $@
12         zip $@ $^