From 604cf259912c812f1ab6b92e212bfe86b3b5fb4e Mon Sep 17 00:00:00 2001 From: nasr Date: Thu, 18 Dec 2025 23:06:45 +0100 Subject: refactor: removed cmake and replaced it with a build script --- build/compile_commands.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 build/compile_commands.json (limited to 'build/compile_commands.json') diff --git a/build/compile_commands.json b/build/compile_commands.json deleted file mode 100644 index 9b2a58e..0000000 --- a/build/compile_commands.json +++ /dev/null @@ -1,8 +0,0 @@ -[ -{ - "directory": "/Users/nsrddyn/Documents/Tetris/build", - "command": "gcc -I/opt/homebrew/Cellar/raylib/5.5/include -g -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