mirror of
https://github.com/lucysrausch/hoverboard-firmware-hack.git
synced 2025-07-29 15:17:14 +02:00
Makefile: Don't fail if build dir already exists
This commit is contained in:
2
Makefile
2
Makefile
@ -152,7 +152,7 @@ $(BUILD_DIR)/%.bin: $(BUILD_DIR)/%.elf | $(BUILD_DIR)
|
|||||||
$(BIN) $< $@
|
$(BIN) $< $@
|
||||||
|
|
||||||
$(BUILD_DIR):
|
$(BUILD_DIR):
|
||||||
mkdir $@
|
mkdir -p $@
|
||||||
|
|
||||||
format:
|
format:
|
||||||
find Src/ Inc/ -iname '*.h' -o -iname '*.c' | xargs clang-format -i
|
find Src/ Inc/ -iname '*.h' -o -iname '*.c' | xargs clang-format -i
|
||||||
|
Reference in New Issue
Block a user