Skip to content

Commit

Permalink
build.mk: mkdir with -p
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Dec 27, 2024
1 parent 9823460 commit bad08be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $(LIB)/%.a:

# Create sub-directories for build targets
$(OBJ) $(LIB) $(BIN) apidoc:
mkdir $@
mkdir -p $@

# Remove intermediate files locally
.PHONY: clean-local
Expand Down

0 comments on commit bad08be

Please sign in to comment.