diff --git a/Makefile b/Makefile index 26e8159..fbd5b5a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BIN=YOUR_PROJECT_NAME CC_FLAGS = -Isrc/include -std=c23 -CXX_FLAGS = -Isrc/include -Ilib/ -std=c++23 -fmodules-ts +CXX_FLAGS = -Isrc/include -Ilib/ -std=c++23 LD_FLAGS = -lm CC=gcc CXX=g++