aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a9e2042..da662ea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,3 @@
-install: bin man
-
-man:
+install:
install -m 644 *.1 /usr/local/man/man1/
-bin:
- ls * | grep -v '\.1$$' | xargs -I{} install {} /usr/local/bin/
+ install `ls -l | awk '$$1 ~ /x$$/ {print $$NF}'` /usr/local/bin