From 50ba4c6801ce02271ed9695dbab7e0b95e49aeda Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Fri, 30 Jan 2026 12:41:08 +0000 Subject: [PATCH] pruning jebrains ide junk --- compile_commands.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 compile_commands.json diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index 054431c..0000000 --- a/compile_commands.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "directory": ".", - "command": "gcc -ansi -Wpedantic -Wall -Wextra -O2 -I include -c src/cnadd.c -o build/cnadd.o", - "file": "src/cnadd.c" - }, - { - "directory": ".", - "command": "gcc -ansi -Wpedantic -Wall -Wextra -O2 -I include -c src/cndump.c -o build/cndump.o", - "file": "src/cndump.c" - } -]