summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUeda Naoaki <nao@uedder.com>2023-01-14 20:02:02 +0900
committerUeda Naoaki <nao@uedder.com>2023-01-14 20:02:02 +0900
commit62ccceb58e15fa73db83811a3276a207235a1df4 (patch)
treed2705629927ad4879afcb52c5ef52f4956146cb2
parent2156a3c597412631d9c84290aa12e8a855b5991a (diff)
downloadasustor-nas-tailscale-installer-62ccceb58e15fa73db83811a3276a207235a1df4.tar.gz
asustor-nas-tailscale-installer-62ccceb58e15fa73db83811a3276a207235a1df4.tar.bz2
asustor-nas-tailscale-installer-62ccceb58e15fa73db83811a3276a207235a1df4.zip
Remove useless escapes
-rw-r--r--Makefile4
1 files 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