Fix ssh config make rule
This commit is contained in:
parent
659d3acdb2
commit
6b24aff105
1
Makefile
1
Makefile
|
@ -55,6 +55,7 @@ $(INSTALLER_TARGETS): $(LOCAL_BIN)
|
||||||
|
|
||||||
$(HOME)/.ssh/config: $(HOME)/.ssh $(HOME)/.ssh/sockets
|
$(HOME)/.ssh/config: $(HOME)/.ssh $(HOME)/.ssh/sockets
|
||||||
cp -n templates/ssh-config $@
|
cp -n templates/ssh-config $@
|
||||||
|
touch $@
|
||||||
|
|
||||||
$(PACKER_DIR):
|
$(PACKER_DIR):
|
||||||
git clone --depth 1 $(PACKER_REPO) $@
|
git clone --depth 1 $(PACKER_REPO) $@
|
||||||
|
|
Loading…
Reference in a new issue