mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Re-add recursive coverage target in src/backend/
This was lost during the recent recursive make change.
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user