build: sort/format gcov-dir in clean target

This amends commit 65ca515ff ("gcov test coverage update", 2026-01-14).
This commit is contained in:
Kelvin M. Klann 2026-01-17 02:04:40 -03:00
parent f9cc7b24eb
commit 56a8abab95

View file

@ -197,9 +197,9 @@ clean:
$(RM) $(SECCOMP_FILTERS)
$(RM) $(SYNTAX_FILES)
$(RM) -r ./$(TARNAME)-$(VERSION) ./$(TARNAME)-$(VERSION).tar.xz
$(RM) -r gcov-dir
$(RM) ./$(TARNAME)*.deb
$(RM) ./$(TARNAME)*.rpm
$(RM) -fr gcov-dir
.PHONY: distclean
distclean: clean