]> git.phdru.name Git - m_lib.git/blob - Makefile
Use int() instead of atoi() for Py3 compatibility
[m_lib.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