put back the tabs because makefiles are bitchy

This commit is contained in:
Karma Riuk
2025-06-28 17:27:56 +02:00
parent 149d0fb709
commit b966b6dfab

View File

@ -1,7 +1,7 @@
# ──────────────────────────────────── # ────────────────────────────────────
# Compiler and flags # Compiler and flags
CXX := g++ CXX := g++
CXXFLAGS := -Wall -WError -I./include CXXFLAGS := -Wall -Werror -I./include
# ──────────────────────────────────── # ────────────────────────────────────
# Paths # Paths