diff options
-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 |
![]() |
index : ematrix.git | |
Fork of uMatrix, a browser extension to block/allow list requests | heckyel |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -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 |