File: Emakefile.src

package info (click to toggle)
erlang-redis-client 1.2.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: erlang: 1,568; makefile: 46
file content (14 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{['src/eredis*'],
 [{outdir, "ebin"},
  {i, "include"},
  {{EXTRA_OPTS}}
  debug_info,
  warn_unused_function,
  warn_bif_clash,
  warn_deprecated_function,
  warn_obsolete_guard,
  warn_shadow_vars,
  warn_export_vars,
  warn_unused_records,
  warn_unused_import
 ]}.