summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-13 13:13:35 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-13 13:13:35 +0000
commit180db512a5987c1d0dc305651ceb9eb814f5e2b0 (patch)
tree8952139dcd49b8e8115a75217488330bbfb8efae /Makefile
parent1eb072ad68d52821deda1402573125f340b8cc8d (diff)
downloadgitano-180db512a5987c1d0dc305651ceb9eb814f5e2b0.tar.gz
Very basic git-annex-shell support, not checked repo copies yet
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f52776..3b91baf 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ LANG_FILES := json.lua en.lua
MAN1S := gitano-setup.1
-PLUGINS := rsync.lua archive.lua
+PLUGINS := rsync.lua archive.lua git-annex.lua
MOD_DIRS := gitano
MOD_FILES := $(patsubst %,%.lua,$(subst .,/,$(MODS)))