Cleanup and fix distclean target

This commit is contained in:
2025-11-05 10:37:23 +01:00
parent 38a96ddf8d
commit 2afd561474
2 changed files with 2 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
CompileFlags:
Add: [-D_GNU_SOURCE,-DANIMATE,-DARRAY_ALIGNMENT=64,-I./src/includes,-I./CLANG, -Ofast,-std=c99, -xc]
Compiler: clang

View File

@@ -52,7 +52,8 @@ clean:
distclean: clean
$(info ===> DIST CLEAN)
@rm -f $(TARGET)
@rm -f $(TARGET) .clangd compile_commands.json
@rm -rf .cache
info:
$(info $(CFLAGS))