input: rename cmd_parse.c to cmd.c

Done separately from the cmd.h rename to avoid issues with git being bad
at tracking mixed content and filename changes.
This commit is contained in:
wm4 2018-05-01 03:16:03 +02:00 committed by Jan Ekström
parent 76d8683e2e
commit e5f884e68c
2 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ def build(ctx):
## Input
( "input/cmd_list.c" ),
( "input/cmd_parse.c" ),
( "input/cmd.c" ),
( "input/event.c" ),
( "input/input.c" ),
( "input/ipc.c" ),