Your IP : 216.73.216.85


Current Path : /opt/alt/python37/lib64/python3.7/Tools/freeze/test/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/Tools/freeze/test/Makefile

# 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