C_INCLUDES = \ -ICore/Inc/Engine \ all: g++ Core/Src/main.cpp -o main -lSDL2 -Wall -O2 -DDESKTOP -DCOMPILING $(C_INCLUDES)