$ make run
===> Verifying dependencies...
===> Analyzing applications...
===> Compiling list_as_table
make[1]: Entering directory '/tmp/list_as_table/example'
===> Verifying dependencies...
===> Analyzing applications...
===> Compiling tabula
===> Compiling src/tabula.erl failed
src/tabula.erl:16:28: syntax error before: m
src/tabula.erl:6:2: function proplist/0 undefined
make[1]: *** [Makefile:4: compile] Error 1
make[1]: Leaving directory '/tmp/list_as_table/example'
make: *** [Makefile:22: example] Error 2