]> git.ktnx.net Git - icedeb.git/blob - Makefile
551c44a196f1c30d74cdc3b5f327ed78663d193a
[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 Changes manifest.json \
7     icedeb.js icedeb.css icedeb.html icedeb-content.js \
8     $(shell find res -type f) icons/openlogo-nd.svg icons/icedeb-addon.svg
9
10 all: $(PKG).xpi
11 $(PKG).xpi: $(ALL_FILES)
12         rm -f $@
13         zip $@ $^