diff options
author | gcmalloc <gcmalloc@gmail.com> | 2012-10-05 15:52:40 +0200 |
---|---|---|
committer | gcmalloc <gcmalloc@gmail.com> | 2012-10-12 20:25:22 +0200 |
commit | 729baf58b2dc6c288b54a00331acef2e62cdbe85 (patch) | |
tree | 9d27161fcc7424b7d81ab2642cf424330650d949 /Makefile | |
parent | 4c9afeca34ba3d981fa51db18fe9522212ffad4c (diff) |
removing extended globbing for the find utility
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 + find -name "*.pyc" -delete .PHONY: default compile update update-latest update-readme test clean |