Преглед изворни кода

Remove .pyc files when running make gitclean

Ask Solem пре 15 година
родитељ
комит
26b56b8f77
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -50,9 +50,9 @@ removepyc:
 
 release: releaseok ghdocs removepyc
 
-gitclean:
+gitclean: removepyc
 	git clean -xdn
 
-gitcleanforce:
+gitcleanforce: removepyc
 	git clean -xdf