1
0
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:
Peter Eisentraut 2011-01-12 00:26:20 +02:00
parent b95ea9dd62
commit e3094fd3a8

View File

@ -44,3 +44,5 @@ $(call recurse,clean)
clean: clean-local
clean-local:
rm -f $(subsysfilename) $(OBJS)
$(call recurse,coverage)