mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 11:57:43 +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
|
lib: static
|
||||||
all: static shared sample
|
all: static shared sample
|
||||||
|
|
||||||
|
$(shell mkdir -p $(OBJ_PATH_DST))
|
||||||
|
|
||||||
COMPILE = $(CC) $(CFLAGS)
|
COMPILE = $(CC) $(CFLAGS)
|
||||||
COMPILE_OBJ = @(echo 'building $<'; $(COMPILE) $< -o $@)
|
COMPILE_OBJ = @(echo 'building $<'; $(COMPILE) $< -o $@)
|
||||||
CREATE_DEF = @(echo 'creating $@'; rm -f $@; \
|
CREATE_DEF = @(echo 'creating $@'; rm -f $@; \
|
||||||
|
Loading…
Reference in New Issue
Block a user