summaryrefslogtreecommitdiff
path: root/Makefile
blob: fff0b542ca161181e0dc3c5a9136e6d2b6c12160 (plain)
1
2
3
4
5
6
7
8
9
test:
	python memcache.py
	( cd tests; make )

clean:
	rm -f memcache.pyc memcache.py.orig

push:
	bzr push lp:python-memcached