dwww Home | Show directory contents | Find package

# 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

Generated by dwww version 1.15 on Sun May 19 02:23:32 CEST 2024.