diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..98d50b0 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +plugin=Coverimage +version=1.0.38.1 + +all: + @ echo "Build archive for plugin ${plugin} version=${version}" + @ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip \ No newline at end of file