Skip to content

Commit

Permalink
Update Makefile to be compatible with CLion
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Sep 17, 2022
1 parent 186160f commit a18c2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

#-------------------------------------------------------------------------------
Expand Down

0 comments on commit a18c2fc

Please sign in to comment.