mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-05 21:13:27 +00:00
6 lines
82 B
Makefile
6 lines
82 B
Makefile
BINDEPS=r_io r_hash r_util r_socket
|
|
BIN=hello
|
|
OBJ=hello.o
|
|
|
|
include ../../rules.mk
|