Add makefile
This commit is contained in:
parent
d2218d5f3b
commit
13dcd1cb99
2 changed files with 11 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.zip
|
||||
*.sublime-*
|
||||
9
Makefile
Normal file
9
Makefile
Normal 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 *
|
||||
Loading…
Reference in a new issue