aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-26 23:32:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-26 23:32:37 +1200
commit2a1fc90e1a137625b0c9365cb8b752f10f657d78 (patch)
tree396fcd28fbf2327542da63d8d22fc9a4bb64ad05 /Makefile
parentAllow MYSQL_* my.cnf vars (diff)
downloaddotfiles-2a1fc90e1a137625b0c9365cb8b752f10f657d78.tar.gz
dotfiles-2a1fc90e1a137625b0c9365cb8b752f10f657d78.zip
Add dependency to install-mysql target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e513d045..83d68893 100644
--- a/Makefile
+++ b/Makefile
@@ -420,7 +420,7 @@ install-newsbeuter:
mkdir -p -- $(HOME)/.config/newsbeuter $(HOME)/.local/share/newsbeuter
cp -p -- newsbeuter/config $(HOME)/.config/newsbeuter
-install-mysql:
+install-mysql: mysql/my.cnf
cp -p -- mysql/my.cnf $(HOME)/.my.cnf
install-ksh: check-ksh install-sh