Codebase list erlang-redis-client / debian/1.0.8-3 Emakefile.src
debian/1.0.8-3

Tree @debian/1.0.8-3 (Download .tar.gz)

Emakefile.src @debian/1.0.8-3raw · history · blame

{['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
 ]}.