projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4e984
)
correcting the makefile
author
gcmalloc
<gcmalloc@gmail.com>
Wed, 3 Oct 2012 12:07:19 +0000
(14:07 +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 f52dd1dd654fc160e85755e87d45c7639a6c2002..9f8dc6d938405ccd228b77074130219cb2b32347 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-50,6
+50,6
@@
test:
nosetests2 test/*
clean:
- $$(rm **/*.pyc)
+ rm **/*.pyc
.PHONY: default compile update update-latest update-readme test clean