Skip to content
Snippets Groups Projects
Commit e3094fd3 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Re-add recursive coverage target in src/backend/

This was lost during the recent recursive make change.
parent b95ea9dd
No related branches found
No related tags found
No related merge requests found
......@@ -44,3 +44,5 @@ $(call recurse,clean)
clean: clean-local
clean-local:
rm -f $(subsysfilename) $(OBJS)
$(call recurse,coverage)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment