aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 98f227e..8c9e72f 100755
--- a/build
+++ b/build
@@ -282,7 +282,8 @@ build_cpp() {
282 fi 282 fi
283 283
284 build_nissy || exit 1 284 build_nissy || exit 1
285 run $CXX $(odflags) -std=c++20 -o runcpp cpp/nissy.cpp nissy.o $@ 285 run $CXX $(odflags) -std=c++20 -o runcpp cpp/nissy.cpp nissy.o $@ \
286 || exit 1
286 run ./runcpp 287 run ./runcpp
287} 288}
288 289

Generated with cgit - Back to sebastiano.tronto.net