mirror of
https://github.com/wiiu-env/PayloadLoaderPayload.git
synced 2025-01-26 23:15:35 +01:00
Fix Makefile to be compatible with CLion
This commit is contained in:
parent
a6bc48e987
commit
88d25a79c3
2
Makefile
2
Makefile
@ -127,7 +127,7 @@ export OUTPUT := $(CURDIR)/$(TARGET)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
$(BUILD):
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
@$(shell [ ! -d $(BUILD) ] && mkdir -p $(BUILD))
|
||||
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user