new target to uninstall files
This commit is contained in:
parent
768e8eb074
commit
6d24cc44b2
3
makefile
3
makefile
@ -9,6 +9,9 @@ install: brew
|
|||||||
brew:
|
brew:
|
||||||
mkdir -p build && (cd build ; cmake -DUSE_TLS=1 .. ; make -j install)
|
mkdir -p build && (cd build ; cmake -DUSE_TLS=1 .. ; make -j install)
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
xargs rm -fv < build/install_manifest.txt
|
||||||
|
|
||||||
.PHONY: docker
|
.PHONY: docker
|
||||||
|
|
||||||
NAME := bsergean/ws
|
NAME := bsergean/ws
|
||||||
|
Loading…
Reference in New Issue
Block a user