]> git.phdru.name Git - m_lib.full.git/blob - Makefile
Fix: Python 2.6 doesn't allow 'm_lib.defenc' in `requires`
[m_lib.full.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