aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-15 09:43:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-15 09:43:12 +1200
commit051e1c22e9e29931068e342acad8ce690fa2a9a9 (patch)
treee6d8f238f13373c342dfde7ad76d2acdc3297db2 /Makefile
parentCorrect GTK3 rc path (diff)
downloaddotfiles-051e1c22e9e29931068e342acad8ce690fa2a9a9.tar.gz
dotfiles-051e1c22e9e29931068e342acad8ce690fa2a9a9.zip
Restore previous TMUX_BG/FG vars
Bad decision
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 182396db..50c1b939 100644
--- a/Makefile
+++ b/Makefile
@@ -311,8 +311,8 @@ TMUX_FG = colour248
tmux/tmux.conf: tmux/tmux.conf.m4
m4 \
- -D BG=$(TMUX_BG) \
- -D FG=$(TMUX_FG) \
+ -D TMUX_BG=$(TMUX_BG) \
+ -D TMUX_FG=$(TMUX_FG) \
tmux/tmux.conf.m4 > $@
install: install-bin \