mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Re-add recursive coverage target in src/backend/
This was lost during the recent recursive make change.
This commit is contained in:
parent
b95ea9dd62
commit
e3094fd3a8
@ -44,3 +44,5 @@ $(call recurse,clean)
|
|||||||
clean: clean-local
|
clean: clean-local
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f $(subsysfilename) $(OBJS)
|
rm -f $(subsysfilename) $(OBJS)
|
||||||
|
|
||||||
|
$(call recurse,coverage)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user