mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 10:57:34 +08:00
fiber's Makefile should mkdir debug automaticlly
This commit is contained in:
parent
bb49d5c617
commit
068f885d8f
@ -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 $@; \
|
||||
|
Loading…
Reference in New Issue
Block a user