diff options
Diffstat (limited to 'modules/retiolum/Makefile')
-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 |