mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 23:50:40 +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 $@
|