5 lines
108 B
Makefile
5 lines
108 B
Makefile
|
# Simple makefile for simple example
|
||
|
PROGRAM=dsm_test
|
||
|
EXTRA_COMPONENTS = extras/dsm
|
||
|
include ../../common.mk
|