0
0
mirror of https://github.com/python/cpython.git synced 2024-11-27 23:47:29 +01:00
cpython/Tools/freeze/test/Makefile

12 lines
235 B
Makefile
Raw Normal View History

2014-03-30 20:18:58 +02:00
# 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)
2014-03-30 21:27:17 +02:00
$(OUTDIR)/ok