13ea5f0c24
get() with as() all over the code, tutorials, examples and docs. Fixed a bug in YAML benchmark makefile. Fixed a bug in autoddoc configuration.
6 lines
93 B
Makefile
6 lines
93 B
Makefile
main:
|
|
dmd -w -I../../ -L-L../../ -L-ldyaml yaml_bench.d
|
|
|
|
clean:
|
|
rm yaml_bench yaml_bench.o
|