From 2fe41d22dc159b2990508ae5ef93866ae8276feb Mon Sep 17 00:00:00 2001 From: Zack Buhman Date: Wed, 23 Aug 2023 21:07:24 -0700 Subject: [PATCH] Makefile: TARGET --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c72870e..a4bda9b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ STATIC = -static -static-libgcc -static-libstdc++ CXXFLAGS = -Og -g -Wall -Wextra -Werror -Wfatal-errors -Wno-c99-designator -std=c++20 LDFLAGS = -TARGET = +TARGET ?= CXX = $(TARGET)g++ SRC = main.cpp