Explorar el Código

Remove .pyc files when running make gitclean

Ask Solem hace 15 años
padre
commit
26b56b8f77
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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