This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
adding clean rule in the makefile
rtmp_test
gcmalloc
12 years ago
parent
efe8902f0b
commit
434d60cd95
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
Makefile
+ 4
- 1
Makefile
View File
@ -49,4 +49,7 @@ LATEST_VERSION: youtube_dl/__init__.py
test
:
nosetests2 test/*
.PHONY
:
default
compile
update
update
-
latest
update
-
readme
test
clean
:
$$
(
rm **/*.pyc
)
.PHONY
:
default
compile
update
update
-
latest
update
-
readme
test
clean
Write
Preview
Loading…
Cancel
Save