From 7854c9fac4b9276490cae69fbc45deed61279bee Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 17 Sep 2015 20:45:36 +0200 Subject: [PATCH] Allow sub-folders in lib directory --- Makefile | 1 + 1 file changed, 1 insertion(+) 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} -- 2.43.0