UNPKG
iocat
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.0
0.0.5
0.0.4
0.0.2
WebSocket netcat with Socket.io support
github.com/moul/iocat
moul/iocat
iocat
/
Makefile
10 lines
(7 loc)
•
150 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
test:
@echo
"Checking if './bin/iocat' runs without syntax error"
./bin/iocat --help
build:
coffee -c -o
lib
src
watch:
coffee -w -c -o
lib
src