view service/iot2/esp32_main/start_nim/component.mk @ 1728:81aa0873b48d

port to skaffold, starlette, etc
author drewp@bigasterisk.com
date Fri, 30 Jun 2023 22:03:55 -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