Browse Source

Remove .pyc files when running make gitclean

Ask Solem 15 năm trước cách đây
mục cha
commit
26b56b8f77
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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