rizin/r2-bindings/node-ffi/examples/Makefile
pancake 063ed1615a Add demo graph view for www, add pad command remove a8
Enhacements for the r2irc bot (code cleanup and config)
Fix r_bin.vapi and other nodejs related issues
2012-09-19 03:15:36 +02:00

8 lines
90 B
Makefile

all: node_modules
node r2irc.js
node_modules:
npm install
clean:
rm -rf node_modules