add echo and broadcast server as ws sub-commands

This commit is contained in:
Benjamin Sergeant
2019-02-22 21:13:56 -08:00
parent 0a45b7787f
commit 95457c8f4c
11 changed files with 164 additions and 210 deletions

View File

@ -4,7 +4,7 @@
all: brew
brew:
mkdir -p build && (cd build ; cmake .. ; make)
mkdir -p build && (cd build ; cmake .. ; make -j install)
.PHONY: docker
docker: