From 09002a0cddc2e483c07098da05359e96c818b6e2 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: uninstall/deinstall `make' rules --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4bd9def..7971e6f 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,8 @@ all: install: mkdir -p ${BINDIR} cp ${BIN} ${BINDIR}/ +uninstall: + rm -f ${BINDIR}/${BIN} +deinstall: uninstall clean: rm -f ${BIN} -- cgit 1.4.1