diff options
author | Paul Duncan <pabs@pablotron.org> | 2019-01-08 21:36:39 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2019-01-08 21:36:39 -0500 |
commit | 3f95b53036f456c2cff9ebc4fc6f26c36a1740eb (patch) | |
tree | 127feabc5b31df562934c205dadc3adeb193d796 /meson.build | |
parent | c4915c5cf04246b9e776ada61f6c917f363a78b7 (diff) | |
download | sok-3f95b53036f456c2cff9ebc4fc6f26c36a1740eb.tar.bz2 sok-3f95b53036f456c2cff9ebc4fc6f26c36a1740eb.zip |
add action.c, clean up key handling
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 0bb17be..e98133c 100644 --- a/meson.build +++ b/meson.build @@ -12,6 +12,7 @@ sources = [ executable('sok-text', sources + [ 'src/text/main.c', 'src/text/levels.c', + 'src/text/action.c', ], dependencies: []) # text interface |