deb-python-memcache/Makefile
2013-06-02 15:13:50 -06:00

10 lines
128 B
Makefile

test:
python memcache.py
( cd tests; make )
clean:
rm -f memcache.pyc memcache.py.orig
push:
bzr push lp:python-memcached