summaryrefslogtreecommitdiffhomepage
path: root/compile
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-07-16 16:37:25 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-07-23 19:02:10 +0100
commit8c8680ad112f3ad1360aa5547392119ed4de6581 (patch)
tree66e4a6f650693dedf20246d083492153724aae10 /compile
parent5b801b6934bf8361af4cee7556351a7fd43150fa (diff)
Add keybind lookup code
Also centralise NEXT_INSN macro, into its own header at least for now.
Diffstat (limited to 'compile')
-rwxr-xr-xcompile1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile b/compile
index 6b145a6..3976764 100755
--- a/compile
+++ b/compile
@@ -43,6 +43,7 @@ ld() {
src="\
ac.c
+ bind.c
alias.c
autojump.c
con_.c