7402d8f827
Fixed a bug in Node that caused an empty exception message.
6 lines
93 B
Makefile
6 lines
93 B
Makefile
main:
|
|
dmd -w -I../../ -L-L../../ -L-ldyaml yaml_stats.d
|
|
|
|
clean:
|
|
rm yaml_stats yaml_stats.o
|