forked from personal/squiggle.c
add example 6 to global makefile
This commit is contained in:
parent
2131524017
commit
ddf4a94599
1
makefile
1
makefile
|
@ -6,3 +6,4 @@ all:
|
||||||
cd examples/03_gcc_nested_function && make && echo
|
cd examples/03_gcc_nested_function && make && echo
|
||||||
cd examples/04_sample_from_cdf_simple && make && echo
|
cd examples/04_sample_from_cdf_simple && make && echo
|
||||||
cd examples/05_sample_from_cdf_beta && make && echo
|
cd examples/05_sample_from_cdf_beta && make && echo
|
||||||
|
cd examples/06_gamma_beta && make && echo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user