WIP: heap implementation #3

Closed
Jef Roosens wants to merge 6 commits from Chewing_Bever/libvieter:min-heap into main
2 changed files with 3 additions and 0 deletions
Showing only changes of commit e01b2451c6 - Show all commits

2
.clangd Normal file
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: