The toplevel Makefile descends into arch/esp8266 and tries to run "make clean" but there is no clean: target in the Makefile in that directory. Additionally, that makefile doesn't seem to ... do anything at all. A straight "make" has no all target, and there aren't any targets at all that I can see in there. Really curious how this ever built as is.
The toplevel Makefile descends into arch/esp8266 and tries to run "make clean" but there is no clean: target in the Makefile in that directory. Additionally, that makefile doesn't seem to ... do anything at all. A straight "make" has no all target, and there aren't any targets at all that I can see in there. Really curious how this ever built as is.