Merge pull request #10 from interactivefics/Makefile

Add Makefile and .gitignore
This commit is contained in:
Mariam Maarouf 2020-10-04 14:11:43 +02:00 committed by GitHub
commit 0ec0c6dae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.zip
*-update/*
*.DS_Store

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
zip-ff:
zip ff-update manifest.json LICENSE icon*.png *.css *.js *.html
zip-chrome:
zip chrome-update manifest.json icon*.png *.css *.js *.html