esvsearch: split esv search code into separate program
Requires rewiring the build system to accommodate for two executables. Fixes: https://todo.sr.ht/~jeremy/esv/4
This commit is contained in:
parent
de71043ef1
commit
ec8be68b49
6 changed files with 122 additions and 32 deletions
4
configure
vendored
4
configure
vendored
|
@ -5,8 +5,8 @@
|
|||
set -e
|
||||
|
||||
mkf=config.mk
|
||||
objs='esv.o esvapi.o util.o initial.o'
|
||||
srcs='esv.d esvapi.d util.d initial.d'
|
||||
objs='esvapi.o util.o initial.o'
|
||||
srcs='esvapi.d util.d initial.d'
|
||||
|
||||
# utility functions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue