diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 09002a0cddc2e483c07098da05359e96c818b6e2 (patch) | |
tree | 36ba6a5dc6dcfd2287323e3fae5f6c26503795f2 | |
parent | init (diff) | |
download | game-09002a0cddc2e483c07098da05359e96c818b6e2.tar game-09002a0cddc2e483c07098da05359e96c818b6e2.tar.gz game-09002a0cddc2e483c07098da05359e96c818b6e2.tar.bz2 game-09002a0cddc2e483c07098da05359e96c818b6e2.tar.xz game-09002a0cddc2e483c07098da05359e96c818b6e2.zip |
uninstall/deinstall `make' rules
-rw-r--r-- | Makefile | 3 |
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} |