mirror of
https://gh.wpcy.net/https://github.com/mojiro/OneExperienceKB.git
synced 2026-04-23 08:52:17 +08:00
5 lines
146 B
Makefile
5 lines
146 B
Makefile
plugin = OneExperienceKB
|
|
|
|
all:
|
|
@ echo "Build archive for plugin ${plugin}"
|
|
@ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}.zip
|