mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 13:19:54 +00:00
12 lines
187 B
Plaintext
12 lines
187 B
Plaintext
LIBS0= util
|
|
LIBS1= hash socket
|
|
LIBS2=
|
|
LIBS3= fs #anal bin parse
|
|
LIBS4=
|
|
LIBS5=
|
|
LIBS6=
|
|
LIBS7=
|
|
LIBS8=
|
|
|
|
LIBS=$(LIBS0) $(LIBS1) $(LIBS2) $(LIBS3) $(LIBS4) $(LIBS5) $(LIBS6) $(LIBS7) $(LIBS8)
|