mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-15 19:58:31 +00:00
5 lines
96 B
Makefile
5 lines
96 B
Makefile
![]() |
T=all install clean util cons reg db sdb libr binr shlr
|
||
|
.PHONY: ${T}
|
||
|
${T}:
|
||
|
@node radare2.js $@
|