Remove exceptions folder from Luma-dev when cleaning
This commit is contained in:
parent
631fad24c0
commit
7fb17ce52f
2
Makefile
2
Makefile
@ -57,7 +57,7 @@ clean:
|
||||
@$(MAKE) $(FLAGS) -C $(dir_ninjhax) clean
|
||||
@$(MAKE) -C $(dir_loader) clean
|
||||
@$(MAKE) -C $(dir_injector) clean
|
||||
@rm -rf $(dir_out) $(dir_build)
|
||||
@rm -rf $(dir_out) $(dir_build) exceptions
|
||||
|
||||
$(dir_out):
|
||||
@mkdir -p "$(dir_out)"
|
||||
|
Reference in New Issue
Block a user