Makefile: TARGET
This commit is contained in:
parent
cf9c8405d0
commit
2fe41d22dc
2
Makefile
2
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
|
CXXFLAGS = -Og -g -Wall -Wextra -Werror -Wfatal-errors -Wno-c99-designator -std=c++20
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
|
|
||||||
TARGET =
|
TARGET ?=
|
||||||
CXX = $(TARGET)g++
|
CXX = $(TARGET)g++
|
||||||
|
|
||||||
SRC = main.cpp
|
SRC = main.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user