index
:
stats
main
see stats about a set of numbers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
Makefile
3
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
+