esp-open-rtos/examples/simple_cplusplus/Makefile
Angus Gratton cc97067fa1 Add C++ support to Makefile, and proof-of-concept simple.cpp example
This is a work in progress based on @mikejac's work.

Missing:
* No 'new' operator.
* I don't think STL is currently supported.
2015-09-20 21:13:38 +10:00

3 lines
76 B
Makefile

# Simple makefile for simple example
PROGRAM=simple
include ../../common.mk