Update Makefile to be compatible with CLion

This commit is contained in:
Maschell 2023-01-02 17:06:14 +01:00
parent 16496baa65
commit 5462d030d5
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ endif
all: $(BUILD)
$(BUILD):
@[ -d $@ ] || mkdir -p $@
@$(shell [ ! -d $(BUILD) ] && mkdir -p $(BUILD))
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
#-------------------------------------------------------------------------------