summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicm <nicm>2015-04-27 16:25:57 +0000
committernicm <nicm>2015-04-27 16:25:57 +0000
commit95195f52584565483bf9850840f6d81cd88bf9b2 (patch)
tree440e88b83f3d9085e3c9ab5b8931106aa12e6905 /Makefile
parenta70762c9b50e9d9249fa9a56233c0df4129c82fc (diff)
Rewrite of the target resolution internals to be simpler and more
consistent but with much less duplication, but keeping the same internal API. Also adds more readable aliases for some of the special tokens used in targets (eg "{start}" instead of "^"). Some behaviours may have changed, for example prefix matches now happen before fnmatch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a719eaf1..ac7e6e54 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ SRCS= arguments.c \
cmd-unbind-key.c \
cmd-wait-for.c \
cmd.c \
+ cmd-find.c \
cmd-queue.c \
colour.c \
control.c \