diff --git a/Makefile.include b/Makefile.include index 807a008db..5186db8ec 100644 --- a/Makefile.include +++ b/Makefile.include @@ -73,7 +73,7 @@ ${PROJBINDIR}/$(PROJECT).a: $(OBJ) ${PROJBINDIR}/%.o: %.c @echo; echo "Compiling.... $*.c"; echo - @test -d $(PROJBINDIR) || mkdir $(PROJBINDIR) + @test -d $(PROJBINDIR) || mkdir -p $(PROJBINDIR) $(CC) $(CFLAGS) $(INCLUDES) -c $*.c -o bin/$*.o clean: