chore: add some more config files

dev
Jef Roosens 2023-01-18 16:58:33 +01:00
parent 11709cc611
commit e01b2451c6
2 changed files with 3 additions and 0 deletions

2
.clangd 100644
View File

@ -0,0 +1,2 @@
CompileFlags:
Add: -ferror-limit=0

View File

@ -61,6 +61,7 @@ $(BUILD_DIR)/$(TEST_DIR)/%.c.o: $(TEST_DIR)/%.c
mkdir -p $(dir $@)
$(CC) $(CFLAGS) -I$(TEST_DIR) -c $< -o $@
# =====MAINTENANCE=====
.PHONY: lint
lint: