From 6d24cc44b2bc4adcbae9534008b4abc9d0995dd8 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant <“bsergean@gmail.com”> Date: Sun, 21 Apr 2019 11:47:57 -0700 Subject: [PATCH] new target to uninstall files --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 831d3cf1..6776ef0b 100644 --- a/makefile +++ b/makefile @@ -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