File: Makefile

package info (click to toggle)
python-memcache 1.57-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 360 kB
  • ctags: 313
  • sloc: python: 1,204; makefile: 43; sh: 19
file content (9 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (6)
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