radare2/binr/rasm2/Makefile
pancake f908b15fb5 * Fix android compilation
- Fix static build
  - Fix dupped symbols
* Fix all errors reported by clang-analyzer
  - Some null dereferences
  - Some uninitialized variable uses
* Fix all important warnings from the farm
  - Remove *all* uses of alloca
  - Fix many %llx format string portability issues
* Fix manpage typos reported by lintian (thanks sre)
2011-12-06 00:27:57 +01:00

5 lines
70 B
Makefile

BIN=rasm2
BINDEPS=r_asm r_db r_util r_lib r_parse
include ../binr.mk