mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-22 05:37:06 +00:00
f908b15fb5
- 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)
5 lines
70 B
Makefile
5 lines
70 B
Makefile
BIN=rasm2
|
|
BINDEPS=r_asm r_db r_util r_lib r_parse
|
|
|
|
include ../binr.mk
|