summaryrefslogtreecommitdiffstats
path: root/modules/retiolum/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'modules/retiolum/Makefile')
-rw-r--r--modules/retiolum/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/retiolum/Makefile b/modules/retiolum/Makefile
deleted file mode 100644
index 9bda5dfc..00000000
--- a/modules/retiolum/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-all:
- mkdir -p /etc/tinc/retiolum
- git clone git://github.com/miefda/retiolum.git /etc/tinc/retiolum/hosts
- echo cd /etc/tinc/retiolum/hosts/.scripts
- echo "choose the right build script from here"
-update:
- cd /etc/tinc/retiolum/hosts
- git pull origin master