update config for cpp versions

This commit is contained in:
Barrett Ruth 2025-09-12 08:49:22 -05:00
parent 84f25d5591
commit 286d21cd0e
4 changed files with 46 additions and 38 deletions

View file

@ -19,7 +19,6 @@ setup:
test -d build || mkdir -p build
test -d io || mkdir -p io
test -f compile_flags.txt && echo -std=c++$(VERSION) >>compile_flags.txt
test -f .clangd && echo -e "\t\t-std=c++$(VERSION)" >>.clangd
init:
make setup