From d79a70c440e31ab3aeaeec9c18e7f7ec46b8543c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 8 Oct 2016 10:35:48 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e10760a..7efdd0c 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +plugin=RocketChat + all: @ echo "Build archive for plugin ${plugin} version=${version}" @ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip