Removed comment from Makefile as per bez's request

This commit is contained in:
Greg Szabo 2018-11-08 10:20:14 -05:00
parent 74549faac9
commit 9bbd3e3711
1 changed files with 0 additions and 1 deletions

View File

@ -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)