add makefile, gitignore

This commit is contained in:
Akbar Rahman 2023-01-31 21:53:31 +00:00
parent 9213b3cc20
commit 062a6a53cf
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
gruvbox.xpi

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all:
zip gruvbox.xpi manifest.json
clean:
rm -rf gruvbox.xpi