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" - } -]