From 6b24aff10574ca32209d0e874c12aae1cff2e312 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 30 Jan 2023 15:19:51 +0000 Subject: [PATCH] Fix ssh config make rule --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c821d8fb..9f303464 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ $(INSTALLER_TARGETS): $(LOCAL_BIN) $(HOME)/.ssh/config: $(HOME)/.ssh $(HOME)/.ssh/sockets cp -n templates/ssh-config $@ + touch $@ $(PACKER_DIR): git clone --depth 1 $(PACKER_REPO) $@