From 62ccceb58e15fa73db83811a3276a207235a1df4 Mon Sep 17 00:00:00 2001 From: Ueda Naoaki Date: Sat, 14 Jan 2023 20:02:02 +0900 Subject: Remove useless escapes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7fab907..7f78c8a 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ install: tailscaled tailscale install.sh | $(init_file) $(init_file): SXXtailscale.template cp -a $< $@ -tailscale tailscaled: $$(tailscale.tgz) - tar --strip-components 1 -xmvzf $$< $(basename $$<)/$@ +tailscale tailscaled: $(tailscale.tgz) + tar --strip-components 1 -xmvzf $< $(basename $<)/$@ $$(tailscale.tgz): curl -L $(TGZ_URL) -O -- cgit v1.2.3-54-g00ecf