diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0d3e7b7 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +PLUGIN_NAME = S3 + +all: + @ git archive HEAD --prefix=${PLUGIN_NAME}/ --format=zip -o ${PLUGIN_NAME}.zip