removed .json files

This commit is contained in:
2026-07-14 23:06:50 -05:00
parent 54f0f4ed9e
commit 7f6ef0fdc2
10 changed files with 14 additions and 530 deletions

View File

@@ -15,6 +15,6 @@ $(TARGET): $(OBJS)
$(CC) $(CFLAGS) -c $< -o $@
clean:
rm -f $(OBJS) $(TARGET)
rm -f $(OBJS) $(TARGET) compile_commands.json
.PHONY: all clean