Removed comment from Makefile as per bez's request
This commit is contained in:
parent
74549faac9
commit
9bbd3e3711
1
Makefile
1
Makefile
|
@ -18,7 +18,6 @@ ci: get_tools get_vendor_deps install test_cover test_lint test
|
||||||
########################################
|
########################################
|
||||||
### Build/Install
|
### 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 ($(LEDGER_ENABLED),true)
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
GCCEXE = $(shell where gcc.exe 2> NUL)
|
GCCEXE = $(shell where gcc.exe 2> NUL)
|
||||||
|
|
Loading…
Reference in New Issue