]> git.phdru.name Git - m_lib.git/blob - Makefile
Fix pip's --install-option: --compile is default and I prefer -O2
[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