summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-09-03 09:57:57 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-09-03 09:57:57 +0000
commit7263fa36eb3d4488b89d01837dc4bd533e6f061a (patch)
treece66b33f248c3acadefb7302946d323b657dfe18 /Makefile
parentadc9fad4acc2f7e045b23b3672bca7f24ba10566 (diff)
add cmd-choose-list to allow arbitrary options to be selected. From
Thomas Adam.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bfd5d7e3..7333f0f1 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ SRCS= arguments.c \
cmd-capture-pane.c \
cmd-choose-buffer.c \
cmd-choose-client.c \
+ cmd-choose-list.c \
cmd-choose-tree.c \
cmd-clear-history.c \
cmd-clock-mode.c \