Skip to content

Commit 6053c5a

Browse files
committed
release target
1 parent 1da0609 commit 6053c5a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ __pycache__
44
*.pyc
55
*.pro
66
notes.md
7+
*.zip
8+
*.zip.asc

makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@
1919
# </LICENSE_BLOCK>
2020

2121

22+
release:
23+
make clean
24+
zip -r workbench.zip *
25+
gpg --detach-sign -a workbench.zip
26+
2227
clean:
28+
-rm workbench.zip*
2329
find qgist/ -name '*.pyc' -exec rm -f {} +
2430
find qgist/ -name '*.pyo' -exec rm -f {} +
2531
find qgist/ -name '*~' -exec rm -f {} +

0 commit comments

Comments
 (0)