aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-06 16:35:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-06 16:35:50 +1200
commite077e42c325d4b223ec572216a317d677489f538 (patch)
treed5f581aec9db0066b0b0643bdaa48f63d304e7ab /Makefile
parentHandle different .* expansion in cf(1), dub(1) (diff)
downloaddotfiles-e077e42c325d4b223ec572216a317d677489f538.tar.gz
dotfiles-e077e42c325d4b223ec572216a317d677489f538.zip
Starting an attempt at pdksh configuration
Not really sure how I'll approach this yet.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3f579764..f25750ae 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@
install-ncmcpp \
install-newsbeuter \
install-mysql \
+ install-pdksh \
install-perlcritic \
install-perltidy \
install-psql \
@@ -198,6 +199,9 @@ install-i3 : install-x
install -m 0755 -d -- "$(HOME)"/.i3
install -pm 0644 -- i3/* "$(HOME)"/.i3
+install-pdksh : test-pdksh
+ install -pm 0644 -- pdksh/kshrc "$(HOME)"/.kshrc
+
install-maildir :
install -m 0755 -d -- \
"$(HOME)"/Mail/inbox/cur \
@@ -327,6 +331,9 @@ test-bin :
test-games :
test/games
+test-pdksh :
+ test/pdksh
+
test-man :
test/man