savepoint

This commit is contained in:
NunoSempere 2023-09-13 19:03:03 +02:00
parent db75cc9afd
commit a4fdbc1e2c
8 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,7 @@ FORMATTER=clang-format -i -style=$(STYLE_BLUEPRINT)
all:
cd examples/01_one_sample && make && echo
cd examples/02_many_samples && make && echo
cd examples/02_many_samples_time_to_botec && make && echo
cd examples/03_gcc_nested_function && make && echo
cd examples/04_sample_from_cdf_simple && make && echo
cd examples/05_sample_from_cdf_beta && make && echo