aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-18 09:26:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-18 09:26:15 +1200
commit57b22ae56d48a81472030fe08bfddc24917b8561 (patch)
tree2449d5f40a89f173a4c2e5c96d5c9d402ce42d09 /Makefile
parentAllow mksh to use pdksh's startup files (diff)
downloaddotfiles-57b22ae56d48a81472030fe08bfddc24917b8561.tar.gz
dotfiles-57b22ae56d48a81472030fe08bfddc24917b8561.zip
Adjust order of Makefile targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index cdb56138..07e0014c 100644
--- a/Makefile
+++ b/Makefile
@@ -221,12 +221,6 @@ install-i3 : install-x
install -m 0755 -d -- "$(HOME)"/.i3
install -pm 0644 -- i3/* "$(HOME)"/.i3
-install-pdksh : check-pdksh install-sh
- install -m 0755 -d -- \
- "$(HOME)"/.pdkshrc.d
- install -pm 0644 -- pdksh/pdkshrc "$(HOME)"/.pdkshrc
- install -pm 0644 -- pdksh/pdkshrc.d/* "$(HOME)"/.pdkshrc.d
-
install-maildir :
install -m 0755 -d -- \
"$(HOME)"/Mail/inbox/cur \
@@ -256,6 +250,12 @@ install-newsbeuter :
install-mysql :
install -pm 0644 -- mysql/my.cnf "$(HOME)"/.my.cnf
+install-pdksh : check-pdksh install-sh
+ install -m 0755 -d -- \
+ "$(HOME)"/.pdkshrc.d
+ install -pm 0644 -- pdksh/pdkshrc "$(HOME)"/.pdkshrc
+ install -pm 0644 -- pdksh/pdkshrc.d/* "$(HOME)"/.pdkshrc.d
+
install-perlcritic :
install -pm 0644 -- perlcritic/perlcriticrc "$(HOME)"/.perlcriticrc