librz/main: rename from rz_ to rz- for consistency

This commit is contained in:
Riccardo Schirone 2021-03-03 21:24:44 +01:00 committed by Anton Kochkov
parent 5f028ea060
commit 179748bcc5
11 changed files with 10 additions and 10 deletions

View file

@ -1,16 +1,16 @@
rz_main_sources = [ rz_main_sources = [
'main.c', 'main.c',
'rz_agent.c', 'rz-agent.c',
'rz_bin.c', 'rz-bin.c',
'rizin.c', 'rizin.c',
'rz_diff.c', 'rz-diff.c',
'rz_find.c', 'rz-find.c',
'rz_gg.c', 'rz-gg.c',
'rz_hash.c', 'rz-hash.c',
'rz_run.c', 'rz-run.c',
'rz_sign.c', 'rz-sign.c',
'rz_asm.c', 'rz-asm.c',
'rz_ax.c' 'rz-ax.c'
] ]
rz_main_deps = [ rz_main_deps = [