Update Makefile to be compatible with CLion

This commit is contained in:
Maschell 2022-09-17 22:37:16 +02:00
parent 186160f8f2
commit a18c2fce99

View File

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