From 9bbd3e37112b52cb1b4b50cc8a1bdc0221a254e0 Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Thu, 8 Nov 2018 10:20:14 -0500 Subject: [PATCH] Removed comment from Makefile as per bez's request --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 687eec1517..62e145738f 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,6 @@ ci: get_tools get_vendor_deps install test_cover test_lint test ######################################## ### Build/Install -# Add ledger support - Makefile variable changes are out of a target's scope. There is no point in putting this into a target. ifeq ($(LEDGER_ENABLED),true) ifeq ($(OS),Windows_NT) GCCEXE = $(shell where gcc.exe 2> NUL)