new target to uninstall files
This commit is contained in:
parent
1c2b6d59da
commit
1189b5f693
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…
x
Reference in New Issue
Block a user