Change main Makefile to common.mk, add per-example Makefile that
includes common.mk
This commit is contained in:
parent
a9d89aaafd
commit
c2bdc4bf96
3 changed files with 171 additions and 152 deletions
3
examples/simple/Makefile
Normal file
3
examples/simple/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Simple makefile for simple example
|
||||
TARGET=simple
|
||||
include ../../common.mk
|
Loading…
Add table
Add a link
Reference in a new issue