mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-05 03:56:46 +00:00
4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
OBJS = reg.c arena.c value.c cond.c ;
|
|
|
|
lib r_reg : $(OBJS) : <include>../include <library>../util ;
|