summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e1af5a9..4653156 100644
--- a/Makefile
+++ b/Makefile
@@ -57,5 +57,5 @@ endef
57~$(DD_USER)/.ssh/authorized_keys: 57~$(DD_USER)/.ssh/authorized_keys:
58 : writing file $@ $(file >$@,$(dyndns_authorized_keys_contents)) 58 : writing file $@ $(file >$@,$(dyndns_authorized_keys_contents))
59 59
60control: control.sh depends.control .git/refs/heads/master 60control: src/control.sh depends.control .git/refs/heads/master
61 ./control.sh depends.control > $@ 61 ./src/control.sh depends.control > $@