Update build rules for NS based build.

pull/3240/head
Seppo Takalo 2015-07-13 17:43:16 +03:00
parent bb97e63b78
commit 00b21c0968
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
output/*

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
SRCS := $(wildcard source/*)
LIB := librand.a
EXPORT_HEADERS := mbed-client-randlib
include ../exported_rules.mk