[修改] 完成clean,清除output、_install目录
This commit is contained in:
2
Makefile
2
Makefile
@ -53,6 +53,8 @@ clean:
|
|||||||
@for sub in $(SUB_DIRS); do \
|
@for sub in $(SUB_DIRS); do \
|
||||||
$(MAKE) -C $${sub} clean; \
|
$(MAKE) -C $${sub} clean; \
|
||||||
done;
|
done;
|
||||||
|
@if [ -d $(LOCAL_DIR)/output ]; then rm -rf $(LOCAL_DIR)/output; fi;
|
||||||
|
@if [ -d $(LOCAL_DIR)/_install ]; then rm -rf $(LOCAL_DIR)/_install; fi;
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@mkdir -p $(INSTALL_DIR);
|
@mkdir -p $(INSTALL_DIR);
|
||||||
|
|||||||
Reference in New Issue
Block a user