Add missing installcheck target to pg_rewind's Makefile
Michael Paquier
This commit is contained in:
parent
d811c037ce
commit
060a1224af
@ -49,3 +49,6 @@ clean distclean maintainer-clean:
|
|||||||
|
|
||||||
check:
|
check:
|
||||||
$(prove_check)
|
$(prove_check)
|
||||||
|
|
||||||
|
installcheck:
|
||||||
|
$(prove_installcheck)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user