From 50f1434a4eaed56c9cb01aabe45d975161f2f3a8 Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Thu, 21 Oct 2021 11:30:21 +0000 Subject: [PATCH] fix wget --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index a06074b3..8146f120 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -6,7 +6,7 @@ CC ?= gcc # used for sph2pipe # CXX = clang++ # Uncomment these lines... # CC = clang # ...to build with Clang. -$(WGET) ?= wget --no-check-certificate +WGET ?= wget --no-check-certificate .PHONY: all clean