Codebase list erlang-getopt / fresh-snapshots/main Emakefile
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

Emakefile @fresh-snapshots/mainraw · history · blame

1
2
3
{"src/*", [debug_info, {outdir, "ebin"}, {i, "include"}]}.
{"test/*", [debug_info, {outdir, "ebin"}, {i, "include"}]}.
{"examples/*", [debug_info, {outdir, "ebin"}, {i, "include"}]}.