Skip to content
This repository was archived by the owner on Feb 3, 2019. It is now read-only.

Commit d16d55f

Browse files
committed
Add Makefile
1 parent aec717f commit d16d55f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.zip

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
plugin := Broadcast
2+
all:
3+
@ echo "Build archive for plugin ${plugin} version=${version}"
4+
@ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip

0 commit comments

Comments
 (0)