]> git.phdru.name Git - m_lib.defenc.git/blob - Makefile
Fix(locale): Do not call `locale.getdefaultlocale()` under Python 3.11+
[m_lib.defenc.git] / Makefile
1
2 .PHONY: distr
3 distr:
4         ./mk-distr
5
6 .PHONY: clean
7 clean:
8         find . -name '*.py[co]' -type f -delete