From f5d9a0638bf5d294497de09c085d764942b88fc3 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sun, 19 Apr 2026 17:58:09 +0000 Subject: [PATCH] Revert "Makefile: expand CXXFLAGS continuation tabs to 4-space indentation" This reverts commit 8c583a60283e49e86a2da29a0d6dacaeac4d2ada. --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index b2ac09b..e0d2ff0 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Compiler and flags CXX = g++ CXXFLAGS = -Wall -Wextra -g -ggdb3 -std=c++14 \ - -I./src \ - -isystem./ext/tomlc17/src \ - -isystem./ext/raylib/src \ - -isystem./ext/raygui/src \ - -isystem./ext/raygui/styles + -I./src \ + -isystem./ext/tomlc17/src \ + -isystem./ext/raylib/src \ + -isystem./ext/raygui/src \ + -isystem./ext/raygui/styles LDFLAGS = -L./ext/raylib/src -lraylib -lm -lpthread -ldl -lrt -lX11 # Directories