Change main Makefile to common.mk, add per-example Makefile that

includes common.mk
This commit is contained in:
Angus Gratton 2015-05-07 15:24:35 +10:00
parent a9d89aaafd
commit c2bdc4bf96
3 changed files with 171 additions and 152 deletions

3
examples/simple/Makefile Normal file
View file

@ -0,0 +1,3 @@
# Simple makefile for simple example
TARGET=simple
include ../../common.mk