diff --git a/tools/Makefile b/tools/Makefile index 01736fd..970589a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ ########## Variables ########## -CXX = g++-11 # compiler +CXX = g++ # compiler CXXFLAGS = -std=c++20 -g -Wall -MMD # compiler flags MAKEFILE_NAME = ${firstword ${MAKEFILE_LIST}} # makefile name