dyaml/examples/yaml_stats/Makefile
Ferdinand Majerech 7402d8f827 Fixed Makefile of the yaml_stats example.
Fixed a bug in Node that caused an empty exception message.
2011-10-21 20:40:37 +02:00

6 lines
93 B
Makefile

main:
dmd -w -I../../ -L-L../../ -L-ldyaml yaml_stats.d
clean:
rm yaml_stats yaml_stats.o