add ws_chat and ws_connect sub commands to ws

This commit is contained in:
Benjamin Sergeant
2019-02-22 20:49:26 -08:00
parent 41a40b8b9f
commit 76e2f9f3ac
9 changed files with 72 additions and 65 deletions

View File

@ -1,10 +1,10 @@
#
# This makefile is just used to easily work with docker (linux build)
#
all: run
all: brew
brew:
mkdir -p ws/build && (cd ws/build ; cmake .. ; make)
mkdir -p build && (cd build ; cmake .. ; make)
.PHONY: docker
docker: