1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 03:29:32 +00:00

correcting the makefile

This commit is contained in:
gcmalloc 2012-10-03 14:07:19 +02:00
parent 0b4e98490b
commit 5a33b73309

View file

@ -50,6 +50,6 @@ test:
nosetests2 test/*
clean:
$$(rm **/*.pyc)
rm **/*.pyc
.PHONY: default compile update update-latest update-readme test clean