Bläddra i källkod

adding clean rule in the makefile

gcmalloc 13 år sedan
förälder
incheckning
434d60cd95
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      Makefile

+ 4 - 1
Makefile

@@ -49,4 +49,7 @@ LATEST_VERSION: youtube_dl/__init__.py
 test:
 test:
 	nosetests2 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