diff options
author | root <root@krebs> | 2011-05-26 23:19:49 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-05-26 23:19:49 +0200 |
commit | 5cbbac4c4ade45524085983625206e2be91b8e3f (patch) | |
tree | 1133dfeaf72b4b6a4849a9b4a21542d3d583f47d /modules/retiolum | |
parent | 904e6bf94a930e4bf056277829f0c8ecf5edb3e7 (diff) |
retiolum: make it so stub
Diffstat (limited to 'modules/retiolum')
-rw-r--r-- | modules/retiolum/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/retiolum/Makefile b/modules/retiolum/Makefile index 76b833f8..c1ebfe37 100644 --- a/modules/retiolum/Makefile +++ b/modules/retiolum/Makefile @@ -1,7 +1,10 @@ -.phony: update install all +.phony: update it all so install all: select-target +it: so +so: it + /etc/tinc/retiolum/hosts: cd $(dir $@) && git clone https://github.com/krebscode/hosts |