Enhacements for the r2irc bot (code cleanup and config) Fix r_bin.vapi and other nodejs related issues
8 lines
90 B
Makefile
8 lines
90 B
Makefile
all: node_modules
|
|
node r2irc.js
|
|
|
|
node_modules:
|
|
npm install
|
|
|
|
clean:
|
|
rm -rf node_modules
|