424dc0f3b0
This is a work in progress based on @mikejac's work. Missing: * No 'new' operator. * I don't think STL is currently supported.
3 lines
76 B
Makefile
3 lines
76 B
Makefile
# Simple makefile for simple example
|
|
PROGRAM=simple
|
|
include ../../common.mk
|