mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-01 19:23:04 +00:00
a8757a695f
Fix static build (libr.a) Fix android build farm scripts Build system is still hacky
7 lines
98 B
Makefile
7 lines
98 B
Makefile
OBJ=hello.o
|
|
BIN=hello
|
|
BINDEPS=r_syscall r_db r_util
|
|
|
|
include ../../rules.mk
|
|
include ../../db/r.mk
|