fiber's Makefile should mkdir debug automaticlly

This commit is contained in:
zsx 2017-12-25 10:27:46 +08:00
parent bb49d5c617
commit 068f885d8f

View File

@ -138,6 +138,8 @@ SHARED_OLD_LIBNAME = lib_fiber_cpp.so
lib: static
all: static shared sample
$(shell mkdir -p $(OBJ_PATH_DST))
COMPILE = $(CC) $(CFLAGS)
COMPILE_OBJ = @(echo 'building $<'; $(COMPILE) $< -o $@)
CREATE_DEF = @(echo 'creating $@'; rm -f $@; \