]> git.phdru.name Git - m_lib.full.git/blob - Makefile
Build: Remove duplicate `requirements.txt`
[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