view Makefile @ 77:4282391dd693

util: add propertycache decorator
author Idan Kamara <idankk86@gmail.com>
date Sat, 15 Oct 2011 21:47:15 +0200
parents 37307caccf54
children b3c2f0e6bda2
line wrap: on
line source

PYTHON=python
help:
	@echo 'Commonly used make targets:'
	@echo '  tests - run all tests in the automatic test suite'

all: help

.PHONY: tests

tests:
	$(PYTHON) test.py --with-doctest