allpy
changeset 542:2841177ebc2b
Makefile: renamed target test to tests to implicitly make it PHONY
| author | Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru> |
|---|---|
| date | Mon, 28 Feb 2011 22:12:56 +0300 |
| parents | 10d3e4f6e7cd |
| children | a0ecad2dd6cc |
| files | Makefile |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/Makefile Mon Feb 28 22:06:34 2011 +0300 1.2 +++ b/Makefile Mon Feb 28 22:12:56 2011 +0300 1.3 @@ -3,9 +3,9 @@ 1.4 codes_py = allpy/data/codes.py 1.5 components_cif = allpy/data/components.cif 1.6 1.7 -all: doc codes test 1.8 +all: doc codes tests 1.9 1.10 -test: 1.11 +tests: 1.12 nosetests 1.13 1.14 doc:
