Fixed Makefile of the yaml_stats example.
Fixed a bug in Node that caused an empty exception message.
This commit is contained in:
parent
f726ff0b94
commit
7402d8f827
2 changed files with 3 additions and 3 deletions
|
@ -2,4 +2,4 @@ main:
|
|||
dmd -w -I../../ -L-L../../ -L-ldyaml yaml_stats.d
|
||||
|
||||
clean:
|
||||
rm yaml_stats myaml_stats.o
|
||||
rm yaml_stats yaml_stats.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue