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