diff --git a/examples/01_one_sample/example b/examples/01_one_sample/example index a9391dc..84f385e 100755 Binary files a/examples/01_one_sample/example and b/examples/01_one_sample/example differ diff --git a/examples/02_many_samples_time_to_botec/example b/examples/02_many_samples_time_to_botec/example index c16df9a..3a56c3b 100755 Binary files a/examples/02_many_samples_time_to_botec/example and b/examples/02_many_samples_time_to_botec/example differ diff --git a/examples/03_gcc_nested_function/example b/examples/03_gcc_nested_function/example index a900a90..0d8507e 100755 Binary files a/examples/03_gcc_nested_function/example and b/examples/03_gcc_nested_function/example differ diff --git a/examples/04_sample_from_cdf_simple/example b/examples/04_sample_from_cdf_simple/example index 788fb45..a2f9d85 100755 Binary files a/examples/04_sample_from_cdf_simple/example and b/examples/04_sample_from_cdf_simple/example differ diff --git a/examples/05_sample_from_cdf_beta/example b/examples/05_sample_from_cdf_beta/example index 2381ed0..5f5422b 100755 Binary files a/examples/05_sample_from_cdf_beta/example and b/examples/05_sample_from_cdf_beta/example differ diff --git a/examples/06_gamma_beta/example b/examples/06_gamma_beta/example index 246d397..cc00739 100755 Binary files a/examples/06_gamma_beta/example and b/examples/06_gamma_beta/example differ diff --git a/examples/07_ci_beta/example b/examples/07_ci_beta/example index d5a3462..c96620e 100755 Binary files a/examples/07_ci_beta/example and b/examples/07_ci_beta/example differ diff --git a/makefile b/makefile index 8d05f70..29d5889 100644 --- a/makefile +++ b/makefile @@ -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