mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-06 20:48:51 +00:00
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
OBJS = syscall.c ioports.c ;
|
|
|
|
lib r_syscall : $(OBJS) : <include>../include <library>../util <library>../db ;
|