diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,8 @@ # 2) It gives some flexibility in that files can be created or deleted # freely as long as they are not part of any of these lists +DIST := dist/ + ROOTMETA := bootstrap.js install.rdf chrome.manifest icon.png \ LICENSE.txt options.xul @@ -147,6 +149,7 @@ all: eMatrix.xpi eMatrix.xpi: $(ROOT) $(ASSETS) $(CSS) $(IMG) $(LIB) $(LOCALE) $(JS) @zip -r $@ $^ + @mv eMatrix.xpi $(DIST) .PHONY: clean |