Fix Makefile to be compatible with CLion

This commit is contained in:
Maschell 2024-04-26 10:28:48 +02:00
parent a6bc48e987
commit 88d25a79c3
1 changed files with 1 additions and 1 deletions

View File

@ -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