/
githubmirror
/
os-python3.9
Обзор
Документация
Войти
/
githubmirror
/
os-python3.9
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
bullseye
Tools/freeze/test/Makefile
10 строк
235 B
Huw Jones
Imported Upstream version 3.9.2
21 мар 2022, 14:02
21 мар 2022, 14:02
0946962
Код
Авторство
О чём код?
# 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