removing extended globbing for the find utility

pull/440/head
gcmalloc 2012-10-05 15:52:40 +02:00
rodzic 4c9afeca34
commit 729baf58b2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -50,6 +50,6 @@ test:
nosetests2 test/*
clean:
rm **/*.pyc
find -name "*.pyc" -delete
.PHONY: default compile update update-latest update-readme test clean