aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-08-16 14:58:07 -0500
committerJesús <heckyel@hyperbola.info>2019-08-16 14:58:07 -0500
commitce81f3d2a032cb7f51ae9696a6efa03e2d114a47 (patch)
tree0dc94a5f4b4df4388500b864465bb19ef0a7fa9f /Makefile
parentd091f50b1b4cdcbddd12c05dfc3e0b405eef87b3 (diff)
downloadematrix-ce81f3d2a032cb7f51ae9696a6efa03e2d114a47.tar.lz
ematrix-ce81f3d2a032cb7f51ae9696a6efa03e2d114a47.tar.xz
ematrix-ce81f3d2a032cb7f51ae9696a6efa03e2d114a47.zip
fix make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5905c40..75fadf6 100644
--- a/Makefile
+++ b/Makefile
@@ -154,4 +154,4 @@ eMatrix.xpi: $(ROOT) $(ASSETS) $(CSS) $(IMG) $(LIB) $(LOCALE) $(JS)
.PHONY: clean
clean:
- @rm -f eMatrix.xpi
+ @rm -f $(DIST)/eMatrix.xpi