summary refs log tree commit diff
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer1970-01-01 00:00:00 +0000
commit09002a0cddc2e483c07098da05359e96c818b6e2 (patch)
tree36ba6a5dc6dcfd2287323e3fae5f6c26503795f2
parentinit (diff)
downloadgame-09002a0cddc2e483c07098da05359e96c818b6e2.tar
game-09002a0cddc2e483c07098da05359e96c818b6e2.tar.gz
game-09002a0cddc2e483c07098da05359e96c818b6e2.tar.bz2
game-09002a0cddc2e483c07098da05359e96c818b6e2.tar.xz
game-09002a0cddc2e483c07098da05359e96c818b6e2.zip
uninstall/deinstall `make' rules
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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}