diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-07-16 16:37:25 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-07-23 19:02:10 +0100 |
commit | 8c8680ad112f3ad1360aa5547392119ed4de6581 (patch) | |
tree | 66e4a6f650693dedf20246d083492153724aae10 /compile.bat | |
parent | 5b801b6934bf8361af4cee7556351a7fd43150fa (diff) |
Add keybind lookup code
Also centralise NEXT_INSN macro, into its own header at least for now.
Diffstat (limited to 'compile.bat')
-rw-r--r-- | compile.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.bat b/compile.bat index 1ede9f3..553174d 100644 --- a/compile.bat +++ b/compile.bat @@ -50,6 +50,7 @@ setlocal EnableDelayedExpansion for /f "tokens=2" %%f in ('findstr /B /C:":+ " "%~nx0"') do set src=!src! src/%%f
setlocal DisableDelayedExpansion
:+ ac.c
+:+ bind.c
:+ alias.c
:+ autojump.c
:+ con_.c
|