Mercurial > code > home > repos > homeauto
view service/iot2/esp32_main/start_nim/component.mk @ 1673:80f4e741ca4f
redo RHS bnode processing
author | drewp@bigasterisk.com |
---|---|
date | Wed, 22 Sep 2021 01:00:32 -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