Adding makefile

git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@23 63283fd4-ec1e-0410-9879-cb7f675518da
This commit is contained in:
msoulier 2006-10-11 03:32:35 +00:00
parent 99b3bbd36d
commit 08af50ac0e
2 changed files with 12 additions and 0 deletions

12
Makefile Normal file
View file

@ -0,0 +1,12 @@
PY=/usr/bin/python
all: test sdist
sdist:
$(PY) setup.py sdist
test:
$(PY) t/test.py
clean:
rm -rf dist