diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -128,3 +128,8 @@ all: eMatrix.xpi eMatrix.xpi: $(ROOT) $(ASSETS) $(CSS) $(IMG) $(LIB) $(LOCALE) $(JS) @zip -r $@ $^ + +.PHONY: clean + +clean: + @rm -f eMatrix.xpi |
![]() |
index : ematrix.git | |
Fork of uMatrix, a browser extension to block/allow list requests | heckyel |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 5 |
@@ -128,3 +128,8 @@ all: eMatrix.xpi eMatrix.xpi: $(ROOT) $(ASSETS) $(CSS) $(IMG) $(LIB) $(LOCALE) $(JS) @zip -r $@ $^ + +.PHONY: clean + +clean: + @rm -f eMatrix.xpi |