new target to uninstall files

This commit is contained in:
Benjamin Sergeant 2019-04-21 11:47:57 -07:00
parent 1c2b6d59da
commit 1189b5f693

View File

@ -9,6 +9,9 @@ install: brew
brew:
mkdir -p build && (cd build ; cmake -DUSE_TLS=1 .. ; make -j install)
uninstall:
xargs rm -fv < build/install_manifest.txt
.PHONY: docker
NAME := bsergean/ws