mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-13 10:24:45 +00:00
![pancake](/assets/img/avatar_default.png)
- Previous commits has been reported in the ChangeLog file - hg log has been lost (moved inside ChangeLog) - Old radare1 repository has removed all the libr
8 lines
120 B
Makefile
8 lines
120 B
Makefile
NAME=r_socket
|
|
OBJ=socket.o
|
|
# on solaris only
|
|
#LINK=-lsocket
|
|
#LINK=-L../cons -lr_cons -Wl,-R../cons
|
|
|
|
include ../rules.mk
|