/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Tools/freeze/test/Makefile
10 строк
235 B
Serhiy Storchaka
bpo-31462: Remove trailing whitespaces. (#3564)
14 сен 2017, 09:38
14 сен 2017, 09:38
13ad3b7
Код
Авторство
О чём код?
# Makefile to test freeze # set PYTHON to path of Python interpreter to test PYTHON=python # set OUTDIR to the temp directory for freeze OUTDIR=outdir test: $(PYTHON) ../freeze.py -o $(OUTDIR) ok.py make -C $(OUTDIR) $(OUTDIR)/ok