mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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-local:
|
||||
rm -f $(subsysfilename) $(OBJS)
|
||||
|
||||
$(call recurse,coverage)
|
||||
|
Reference in New Issue
Block a user