Merge pull request #464 from anhu/no_wolfssl-lwip-client
Makefile does not build wolfssl-lwip-client.pull/468/head
commit
14dfeeb4df
|
@ -19,6 +19,10 @@ LIBS+=$(DYN_LIB)
|
|||
|
||||
# build targets
|
||||
SRC=$(wildcard *.c)
|
||||
|
||||
# Exclude wolfssl-lwip-client.c since it is not a stand-alone application, but
|
||||
# is needed for LWIP example
|
||||
SRC := $(filter-out wolfssl-lwip-client.c, $(SRC))
|
||||
TARGETS=$(patsubst %.c, %, $(SRC))
|
||||
|
||||
.PHONY: clean all
|
||||
|
|
Loading…
Reference in New Issue