8 lines
136 B
Makefile
8 lines
136 B
Makefile
RAMSTART=0x00000000
|
|
TARGET=logger_demo.c
|
|
SRC=logger_demo.c logger.c
|
|
LIB=-lc
|
|
|
|
|
|
include ${T32SYS}/demo/arm/compiler/gnu-make/pic/makefile
|