diff options
author | gcmalloc <gcmalloc@gmail.com> | 2012-10-03 14:07:19 +0200 |
---|---|---|
committer | gcmalloc <gcmalloc@gmail.com> | 2012-10-12 20:25:22 +0200 |
commit | 5a33b733096d3bd8a6396c04fbe6804de3946927 (patch) | |
tree | 17613b73e3fe7c75f7ea9d0fd3f2f485452aa3d1 /Makefile | |
parent | 0b4e98490b6124eae868425e683a492c49b047ae (diff) |
correcting the makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,6 +50,6 @@ test: nosetests2 test/* clean: - $$(rm **/*.pyc) + rm **/*.pyc .PHONY: default compile update update-latest update-readme test clean |