squiggle.c

Self-contained Monte Carlo estimation in C99
Log | Files | Refs | README

commit ddf4a94599b1f17b3452f02204c73942633ee59c
parent 21315240178c0fa0017a36e6fefc7b80380ea438
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Sun, 23 Jul 2023 10:10:15 +0200

add example 6 to global makefile

Diffstat:
Mmakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/makefile b/makefile @@ -6,3 +6,4 @@ all: 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 + cd examples/06_gamma_beta && make && echo