From ae9418696664246f30dbdbc592988e9e1299f31c Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Fri, 10 Jan 2025 19:00:03 +0100 Subject: fixed a local bug --- build/compile_commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 build/compile_commands.json (limited to 'build/compile_commands.json') diff --git a/build/compile_commands.json b/build/compile_commands.json new file mode 100644 index 0000000..2761794 --- /dev/null +++ b/build/compile_commands.json @@ -0,0 +1,8 @@ +[ +{ + "directory": "/Users/nsrddyn/Documents/Tetris/build", + "command": "gcc -I/opt/homebrew/Cellar/raylib/5.5/include -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -o CMakeFiles/tetris.dir/TETRIS.c.o -c /Users/nsrddyn/Documents/Tetris/TETRIS.c", + "file": "/Users/nsrddyn/Documents/Tetris/TETRIS.c", + "output": "CMakeFiles/tetris.dir/TETRIS.c.o" +} +] \ No newline at end of file -- cgit v1.2.3-70-g09d2