summaryrefslogtreecommitdiff
path: root/build/CMakeFiles/tetris.dir/flags.make
diff options
context:
space:
mode:
authornasr <nsrddyn@gmail.com>2025-12-18 23:06:45 +0100
committernasr <nsrddyn@gmail.com>2025-12-18 23:06:45 +0100
commit604cf259912c812f1ab6b92e212bfe86b3b5fb4e (patch)
tree8a9c8d863acd22294be47340c317a830fa25aa05 /build/CMakeFiles/tetris.dir/flags.make
parentab3168232c68681470f030fa50071cf44321c66a (diff)
refactor: removed cmake and replaced it with a build script
Diffstat (limited to 'build/CMakeFiles/tetris.dir/flags.make')
-rw-r--r--build/CMakeFiles/tetris.dir/flags.make12
1 files changed, 0 insertions, 12 deletions
diff --git a/build/CMakeFiles/tetris.dir/flags.make b/build/CMakeFiles/tetris.dir/flags.make
deleted file mode 100644
index 7eb5369..0000000
--- a/build/CMakeFiles/tetris.dir/flags.make
+++ /dev/null
@@ -1,12 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 3.31
-
-# compile C with gcc
-C_DEFINES =
-
-C_INCLUDES = -I/opt/homebrew/Cellar/raylib/5.5/include
-
-C_FLAGSarm64 = -g -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk
-
-C_FLAGS = -g -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk
-