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-local:
|
||||
rm -f $(subsysfilename) $(OBJS)
|
||||
|
||||
$(call recurse,coverage)
|
||||
|
Loading…
x
Reference in New Issue
Block a user