From: Nathael Pajani Date: Thu, 17 Sep 2015 18:45:36 +0000 (+0200) Subject: Allow sub-folders in lib directory X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=7854c9fac4b9276490cae69fbc45deed61279bee;p=soft%2Flpc122x%2Fcore Allow sub-folders in lib directory --- diff --git a/Makefile b/Makefile index d7f5d61..f261940 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ TARGET_INCLUDES = $(TARGET_DIR)/ OBJDIR = objs SRC = $(wildcard */*.c) +SRC += $(wildcard lib/*/*.c) OBJS = ${SRC:%.c=${OBJDIR}/%.o} DEPS = ${OBJS:%.o=$(OBJDIR)/%.d}