build: move compile_commands.json to build directory

This commit is contained in:
2023-03-19 20:33:27 +00:00
parent 4785c767e4
commit 44702bec5f
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ clean:
@printf " \033[1;93mRM\033[0m Deleting build files.\n"
@rm -rf $(BUILD_DIR)
$(CONFIG_DIR)/compile_commands.json:
$(BUILD_DIR)/compile_commands.json:
@printf " \033[1;93mGEN\033[0m Generating compiler database.\n"
@./tools/make/generate_compile_commands.py