- commit
- c01a21c22db9940034857d51c514f61fbbbc031b
- parent
- 8200b0061d71dbd895ba3aca7cbd63231b8ebe17
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-01-02 09:57
add Makefile for zip
Diffstat
| A | .gitignore | 1 | + |
| A | Makefile | 3 | +++ |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1 @@ -1 1 *.zip
diff --git a/Makefile b/Makefile
@@ -0,0 +1,3 @@ -1 1 simple-alternative.zip: bg.js icons manifest.json simple.js -1 2 @rm -f $@ -1 3 zip -r -FS $@ $^