File: Emakefile

package info (click to toggle)
erlang-getopt 0.8.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • ctags: 176
  • sloc: erlang: 954; makefile: 27
file content (3 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (3)
1
2
3
{"src/*", [debug_info, {outdir, "ebin"}, {i, "include"}]}.
{"test/*", [debug_info, {outdir, "ebin"}, {i, "include"}]}.
{"examples/*", [debug_info, {outdir, "ebin"}, {i, "include"}]}.