Mercurial > code > home > repos > homeauto
view service/iot2/esp32_main/start_nim/component.mk @ 1694:73abfd4cf5d0
new html log and other refactoring as i work on the advanceTheStack problems
https://bigasterisk.com/post/inference/2021-09-27_11-11.png
author | drewp@bigasterisk.com |
---|---|
date | Mon, 27 Sep 2021 11:22:09 -0700 |
parents | 17ff9322328b |
children |
line wrap: on
line source
# # "main" pseudo-component makefile. # # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.) COMPONENT_SRCDIRS := . ../../build/nimcache COMPONENT_OBJS := @miot2_esp32.nim.o COMPONENT_OWNBUILDTARGET=build build: echo espbuild clean: echo espclean