diff options
Diffstat (limited to '')
-rw-r--r-- | mk/tools.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/tools.mk b/mk/tools.mk index 5801d4f..63d6d66 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -147,6 +147,9 @@ BZIP2_COMPRESS ?= $(BZIP2) -k9 XZ ?= xz XZ_COMPRESS ?= $(XZ) -ke9 +# Part of auto-auto-complete: +AUTO_AUTO_COMPLETE ?= auto-auto-complete + # Change to $(TRUE) to suppress the bold red and blue output. ifndef PRINTF_INFO |