fix: remove libmp headers

This commit is contained in:
ngn
2024-08-01 19:31:25 +03:00
parent b61eb809f6
commit ea28e9ee1b
4 changed files with 151 additions and 31 deletions

View File

@ -27,7 +27,7 @@ dist/%.o: src/%.c
locale/%.mo: locale/%.po
msgfmt $^ -o $@
locale/%.po: locale/mc.pot
locale/%.po: locale/confer.pot
cp $@ $@.old
if msgmerge $@ $^ -o $@ ; then \
rm $@.old ; \