From 62827e6cf470449c117624058fb36ad94804bcc0 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 5 May 2020 14:25:42 +0200 Subject: Time tracking related plugins --- plugins/TaskIntervalButton/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/TaskIntervalButton/Makefile (limited to 'plugins/TaskIntervalButton/Makefile') diff --git a/plugins/TaskIntervalButton/Makefile b/plugins/TaskIntervalButton/Makefile new file mode 100644 index 00000000..7a80e681 --- /dev/null +++ b/plugins/TaskIntervalButton/Makefile @@ -0,0 +1,5 @@ +plugin=TaskIntervalButton + +all: + @ echo "Build archive for plugin ${plugin} version=${version}" + @ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip -- cgit v1.2.3