Makefile: TARGET

This commit is contained in:
Zack Buhman 2023-08-23 21:07:24 -07:00
parent cf9c8405d0
commit 2fe41d22dc

View File

@ -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