diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-16 13:01:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-16 13:01:55 -0500 |
commit | 680d8dfd8f411fbaae2426f4d7179109d5afbb9b (patch) | |
tree | ca7f4094a7d2d95adda231765e4f574669f479eb | |
parent | 7fe57dc6c94b1a57fb1d8f951630ab80b93fc756 (diff) | |
download | ematrix-680d8dfd8f411fbaae2426f4d7179109d5afbb9b.tar.lz ematrix-680d8dfd8f411fbaae2426f4d7179109d5afbb9b.tar.xz ematrix-680d8dfd8f411fbaae2426f4d7179109d5afbb9b.zip |
move build to dist
-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 |