diff --git a/Makefile b/Makefile index dcbbdf5..a67d557 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ endif OBJS := $(patsubst %.$(C),%.$(OBJ),$(wildcard $(SOURCE_PATH)*.$(C))) %.$(OBJ):%.$(C) + mkdir -p bin @echo Compiling $(basename $<)... $(CCMD) -c $(CPPFLAGS) $(CXXFLAGS) $< $(OBJFLAG)$@