Adjust Makefile to support CLion

This commit is contained in:
Maschell 2022-10-03 22:01:36 +02:00
parent e192f96a67
commit 9979eddc60
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ export OUTPUT := $(CURDIR)/$(TARGET)
#---------------------------------------------------------------------------------
$(BUILD):
@[ -d $@ ] || mkdir -p $@
@$(shell [ ! -d $(BUILD) ] && mkdir -p $(BUILD))
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile