esp-open-rtos/examples/simple_cplusplus/Makefile
Angus Gratton 424dc0f3b0 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-08-10 16:14:30 +10:00

3 lines
76 B
Makefile

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