We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aadad1 commit d89056cCopy full SHA for d89056c
Makefile
@@ -498,11 +498,12 @@ clean:
498
rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o $(LIB_FILE)
499
rm -f $(PROGRAMS) $(SIMPLE_PROGRAMS) git$X
500
rm -f $(filter-out gitk,$(SCRIPTS))
501
- rm -f *.spec *.pyc *.pyo
+ rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo
502
rm -rf $(GIT_TARNAME)
503
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
504
rm -f git-core_$(GIT_VERSION)-*.dsc
505
rm -f git-*_$(GIT_VERSION)-*.deb
506
$(MAKE) -C Documentation/ clean
507
$(MAKE) -C templates clean
508
$(MAKE) -C t/ clean
509
+
0 commit comments