aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-25 12:12:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-25 12:12:42 +1200
commit8ff87b51b4125fc5c5f9db897854621f68ea9a7a (patch)
tree6c47196ed37cca9e74d24c859e32e092e14b6ab6 /Makefile
parentMove targets into alphabetical order (diff)
downloaddotfiles-8ff87b51b4125fc5c5f9db897854621f68ea9a7a.tar.gz
dotfiles-8ff87b51b4125fc5c5f9db897854621f68ea9a7a.zip
Add test-games to test target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 870ff624..beecf2d5 100644
--- a/Makefile
+++ b/Makefile
@@ -281,7 +281,7 @@ install-zsh :
install -pm 0644 -- zsh/zprofile "$(HOME)"/.zprofile
install -pm 0644 -- zsh/zshrc "$(HOME)"/.zshrc
-test : test-bash test-bin test-sh test-urxvt
+test : test-bash test-bin test-games test-sh test-urxvt
test-bash :
@for bash in bash/* bash/bashrc.d/* bash/bash_profile.d/* ; do \