]> git.phdru.name Git - m_lib.git/blob - Makefile
The library was tested and works with Python 3.5 and 3.6
[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