mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 11:43:23 +00:00
6 lines
74 B
Makefile
6 lines
74 B
Makefile
BIN=test
|
|
OBJ=test.o
|
|
BINDEPS=r_flags r_cons r_util
|
|
|
|
include ../../rules.mk
|