projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c9afec
)
removing extended globbing for the find utility
author
gcmalloc
<gcmalloc@gmail.com>
Fri, 5 Oct 2012 13:52:40 +0000
(15:52 +0200)
committer
gcmalloc
<gcmalloc@gmail.com>
Fri, 12 Oct 2012 18:25:22 +0000
(20:25 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9f8dc6d938405ccd228b77074130219cb2b32347..e445315273b1baff0f88d2b1da6d78881ddc1863 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-50,6
+50,6
@@
test:
nosetests2 test/*
clean:
- rm **/*.pyc
+ find -name "*.pyc" -delete
.PHONY: default compile update update-latest update-readme test clean