diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |