mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 14:54:54 +00:00
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
OBJS = flags.c sort.c spaces.c ;
|
|
|
|
lib r_config : $(OBJS) :
|
|
<include>../include
|
|
<library>../util
|
|
<library>../cons ;
|