mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
build: sort/format gcov-dir in clean target
This amends commit 65ca515ff ("gcov test coverage update", 2026-01-14).
This commit is contained in:
parent
f9cc7b24eb
commit
56a8abab95
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue