summaryrefslogtreecommitdiffstats
path: root/retiolum/Makefile
blob: c80a6faafa139bc8756bf5e9ec6e035d8c0ad6b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.PHONY: update all install hosts

EXES := update_tinc_hosts fillxx update-retiolum-hosts

all: update links 

links:
	for x in $(EXES); do ln -vsnf ../retiolum/bin/$$x ../bin; done

hosts:
	bin/update-retiolum-hosts || true

install: update
	@#punani -Ei tinc python
	@# will not run automatically
	scripts/tinc_setup/install.sh
	scripts/autostart/create-startup.sh

update: hosts
	@echo creating Magic
	bin/update_tinc_hosts "create magic" || true
	@echo adding hosts 
	bin/update_tinc_hosts restart

arch-install: update install arch-autostart autohosts

arch-autostart:
	make -C scripts/autostart arch || true