Add makefile

This commit is contained in:
Martin Zurowietz 2019-03-17 11:36:13 +01:00
parent d2218d5f3b
commit 13dcd1cb99
2 changed files with 11 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.zip
*.sublime-*

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
UUID=batime@martin.zurowietz.de
default: clean zip
clean:
find -name $(UUID).zip -delete
zip:
cd $(UUID) && zip -r ../$(UUID).zip *