aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-05-02 14:46:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-05-02 14:46:10 +1200
commitc5f9676cdddb737634bf8d13628d535508fb0e05 (patch)
treec6b466fc07b23c9388886545ad4a799de0af0e74 /Makefile
parentUse proper dashes (diff)
downloaddotfiles-c5f9676cdddb737634bf8d13628d535508fb0e05.tar.gz
dotfiles-c5f9676cdddb737634bf8d13628d535508fb0e05.zip
Extend "test" target for make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d257d2c1..3ab02cde 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ install-x : install-i3
ln -s $(PWD)/X/xsession $(HOME)/.xsession
ln -s $(PWD)/X/xsessionrc $(HOME)/.xsessionrc
-test : test-sh test-bash
+test : test-sh test-bash test-bin
test-sh :
@for sh in $(PWD)/sh/* $(PWD)/sh/profile.d/* ; do \