From bee347e4c91a1b33a1fcf1eedc2d37ef6fa91c1c Mon Sep 17 00:00:00 2001 From: Mariam Maarouf Date: Mon, 15 Feb 2021 18:53:52 +0100 Subject: [PATCH] Add everything to makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b8e62ac..0a2bd77 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ zip-ff: - zip ff-update manifest.json LICENSE icon*.png *.css *.js *.html + zip ff-update manifest.json LICENSE *.png *.css *.js *.html zip-chrome: - zip chrome-update manifest.json icon*.png *.css *.js *.html + zip chrome-update manifest.json *.png *.css *.js *.html