mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 12:12:06 +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 $@
|