mirror of
https://git.yylx.win/https://github.com/mojiro/OneExperienceKB.git
synced 2026-07-27 03:28:07 +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
|