diff options
Diffstat (limited to 'src/arch/esp8266')
| -rw-r--r-- | src/arch/esp8266/Makefile.inc | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/src/arch/esp8266/Makefile.inc b/src/arch/esp8266/Makefile.inc index a4b9831..6fdcf4b 100644 --- a/src/arch/esp8266/Makefile.inc +++ b/src/arch/esp8266/Makefile.inc @@ -53,4 +53,8 @@ arch_clean:  monitor:  	screen /dev/ttyUSB0 115200 -.PHONY: arch_clean monitor program +arch_help: +	@echo "esp8266 specific flags:" +	@echo "    - none -" + +.PHONY: arch_clean arch_help monitor program | 
