Rename package solo5_elftool -> solo5-elftool

This commit is contained in:
Reynir Björnsson 2021-12-15 15:27:16 +01:00
parent f31d9d8288
commit cceb83ccd7
3 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
(executable (executable
(public_name solo5-elftool) (public_name solo5-elftool)
(name main) (name main)
(libraries solo5_elftool owee cstruct cmdliner)) (libraries solo5-elftool owee cstruct cmdliner))

View file

@ -1,4 +1,4 @@
(library (library
(public_name solo5_elftool) (public_name solo5-elftool)
(name solo5_elftool) (name solo5_elftool)
(libraries owee cstruct fmt)) (libraries owee cstruct fmt))