view service/iot2/esp32_main/start_nim/component.mk @ 1745:d90cb7c06f15

try to crash if mqtt doesn't connect
author drewp@bigasterisk.com
date Thu, 09 Nov 2023 17:21:59 -0800
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