summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3e80f29..a578ad1 100755
--- a/Makefile
+++ b/Makefile
@@ -19,4 +19,7 @@ install: all
cp -f stats ${PREFIX}/bin
chmod 755 ${DESTDIR}${PREFIX}/bin/stats
+uninstall:
+ rm -f ${PREFIX}/bin/stats
+