diff options
Diffstat (limited to 'src/arch/esp8266')
-rw-r--r-- | src/arch/esp8266/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
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 |