Commit e3094fd3 authored by Peter Eisentraut's avatar Peter Eisentraut

Re-add recursive coverage target in src/backend/

This was lost during the recent recursive make change.
parent b95ea9dd
......@@ -44,3 +44,5 @@ $(call recurse,clean)
clean: clean-local
clean-local:
rm -f $(subsysfilename) $(OBJS)
$(call recurse,coverage)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment