Skip to content

Commit

Permalink
[INTERNAL] Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Litzbarski committed Aug 26, 2019
1 parent 2ceb612 commit cb19873
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
plugin=Relationgraph
version=0.2.0

all:
@ echo "Build archive for plugin ${plugin} version=${version}"
@ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip

0 comments on commit cb19873

Please sign in to comment.