diff options
author | emkael <emkael@tlen.pl> | 2020-05-05 14:25:42 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-05-05 14:25:42 +0200 |
commit | 62827e6cf470449c117624058fb36ad94804bcc0 (patch) | |
tree | 10cd1e4d36c34b694acfadaa69fc7f6ae2b1eabd /plugins/TimeMachine/Makefile | |
parent | 7b66ddf2e4fbdb837e78d8b7dbaa9fc38391bc32 (diff) |
Diffstat (limited to 'plugins/TimeMachine/Makefile')
-rw-r--r-- | plugins/TimeMachine/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/TimeMachine/Makefile b/plugins/TimeMachine/Makefile new file mode 100644 index 00000000..14e3ec1a --- /dev/null +++ b/plugins/TimeMachine/Makefile @@ -0,0 +1,5 @@ +plugin=TimeMachine +version=1.0.0 +archive: + @ 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 |