diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cf69558 --- /dev/null +++ b/Makefile @@ -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 \ No newline at end of file