Skip to content

Commit 3b1bb2f

Browse files
committed
Fix assignment value on makefile
1 parent c44180f commit 3b1bb2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SRC_EXT ?= cpp
3333
LANGUAGE ?= c++23
3434

3535
# Define compiler to use
36-
CXX ?= g++
36+
CXX := g++
3737

3838
# Default build type when running plain `make`
3939
.DEFAULT_GOAL := run

0 commit comments

Comments
 (0)