This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
khepri-tftpy/Makefile
msoulier 837344caf2 Updated makefile
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@24 63283fd4-ec1e-0410-9879-cb7f675518da
2006-10-11 03:40:08 +00:00

13 lines
184 B
Makefile

PY=/usr/bin/env python
PYTHONPATH=lib
all: test sdist
sdist:
PYTHONPATH=$(PYTHONPATH) $(PY) setup.py sdist
test:
PYTHONPATH=$(PYTHONPATH) $(PY) t/test.py
clean:
rm -rf dist src