aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-08-16 13:01:55 -0500
committerJesús <heckyel@hyperbola.info>2019-08-16 13:01:55 -0500
commit680d8dfd8f411fbaae2426f4d7179109d5afbb9b (patch)
treeca7f4094a7d2d95adda231765e4f574669f479eb
parent7fe57dc6c94b1a57fb1d8f951630ab80b93fc756 (diff)
downloadematrix-680d8dfd8f411fbaae2426f4d7179109d5afbb9b.tar.lz
ematrix-680d8dfd8f411fbaae2426f4d7179109d5afbb9b.tar.xz
ematrix-680d8dfd8f411fbaae2426f4d7179109d5afbb9b.zip
move build to dist
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6e5cea..5905c40 100644
--- a/Makefile
+++ b/Makefile
@@ -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