Explorar o código

Remove .pyc files when running make gitclean

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
26b56b8f77
Modificáronse 1 ficheiros con 2 adicións e 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