mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-08 14:20:19 +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 $@
|