diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index ef03aaa..0000000 --- a/compile_commands.json +++ /dev/null @@ -1,22 +0,0 @@ -[ -{ - "directory": "/home/sara/Documents/c-projects/tabletop/release", - "command": "/usr/bin/cc -I/home/sara/Documents/c-projects/tabletop/include -I/home/sara/Documents/c-projects/tabletop/src/sge -O3 -DNDEBUG -o CMakeFiles/tabletop.dir/src/assets.c.o -c /home/sara/Documents/c-projects/tabletop/src/assets.c", - "file": "/home/sara/Documents/c-projects/tabletop/src/assets.c" -}, -{ - "directory": "/home/sara/Documents/c-projects/tabletop/release", - "command": "/usr/bin/cc -I/home/sara/Documents/c-projects/tabletop/include -I/home/sara/Documents/c-projects/tabletop/src/sge -O3 -DNDEBUG -o CMakeFiles/tabletop.dir/src/engine.c.o -c /home/sara/Documents/c-projects/tabletop/src/engine.c", - "file": "/home/sara/Documents/c-projects/tabletop/src/engine.c" -}, -{ - "directory": "/home/sara/Documents/c-projects/tabletop/release", - "command": "/usr/bin/cc -I/home/sara/Documents/c-projects/tabletop/include -I/home/sara/Documents/c-projects/tabletop/src/sge -O3 -DNDEBUG -o CMakeFiles/tabletop.dir/src/game.c.o -c /home/sara/Documents/c-projects/tabletop/src/game.c", - "file": "/home/sara/Documents/c-projects/tabletop/src/game.c" -}, -{ - "directory": "/home/sara/Documents/c-projects/tabletop/release", - "command": "/usr/bin/cc -I/home/sara/Documents/c-projects/tabletop/include -I/home/sara/Documents/c-projects/tabletop/src/sge -O3 -DNDEBUG -o CMakeFiles/tabletop.dir/src/render.c.o -c /home/sara/Documents/c-projects/tabletop/src/render.c", - "file": "/home/sara/Documents/c-projects/tabletop/src/render.c" -} -] \ No newline at end of file