]> git.ktnx.net Git - icedeb.git/blob - Makefile
prepare release
[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) \
9     icons/openlogo-nd.svg \
10     icons/icedeb-addon-light.svg icons/icedeb-addon-dark.svg
11
12 all: $(PKG).xpi
13 $(PKG).xpi: $(ALL_FILES)
14         rm -f $@
15         zip $@ $^