esp-open-rtos/examples/cpp_01_tasks/Makefile

5 lines
118 B
Makefile
Raw Normal View History

2015-08-19 06:38:15 +00:00
# Simple makefile for simple example
PROGRAM=cpp_01_tasks
2015-08-21 06:30:52 +00:00
EXTRA_COMPONENTS=extras/cpp_support
2015-08-19 06:38:15 +00:00
include ../../common.mk