mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 09:00:46 +00:00
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
OBJS = flags.c sort.c spaces.c ;
|
|
|
|
lib r_config : $(OBJS) :
|
|
<include>../include
|
|
<library>../util
|
|
<library>../cons
|
|
;
|