From 95b4ad119d6c205825ef74acd1ef74981674099d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 12 Oct 2018 14:35:37 +0200 Subject: Makefiles: quiet mode, optional info output --- src/arch/esp8266/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/arch/esp8266/Makefile.inc') diff --git a/src/arch/esp8266/Makefile.inc b/src/arch/esp8266/Makefile.inc index 8deaa95..71ac350 100644 --- a/src/arch/esp8266/Makefile.inc +++ b/src/arch/esp8266/Makefile.inc @@ -65,4 +65,6 @@ arch_help: @echo "esp8266 specific flags:" @echo " - none -" -.PHONY: arch_clean arch_help monitor program +arch_info: + +.PHONY: arch_clean arch_help arch_info monitor program -- cgit v1.2.3