mirror of https://github.com/ARMmbed/mbed-os.git
6 lines
113 B
Makefile
6 lines
113 B
Makefile
|
SRCS := $(wildcard source/*.c)
|
||
|
LIB := libmbed-trace.a
|
||
|
EXPORT_HEADERS := mbed-trace
|
||
|
|
||
|
include ../exported_rules.mk
|