chore: add some more config files
This commit is contained in:
parent
11709cc611
commit
e01b2451c6
2 changed files with 3 additions and 0 deletions
2
.clangd
Normal file
2
.clangd
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
CompileFlags:
|
||||||
|
Add: -ferror-limit=0
|
||||||
1
Makefile
1
Makefile
|
|
@ -61,6 +61,7 @@ $(BUILD_DIR)/$(TEST_DIR)/%.c.o: $(TEST_DIR)/%.c
|
||||||
mkdir -p $(dir $@)
|
mkdir -p $(dir $@)
|
||||||
$(CC) $(CFLAGS) -I$(TEST_DIR) -c $< -o $@
|
$(CC) $(CFLAGS) -I$(TEST_DIR) -c $< -o $@
|
||||||
|
|
||||||
|
|
||||||
# =====MAINTENANCE=====
|
# =====MAINTENANCE=====
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
Reference in a new issue