#
# Makefile
# 
MODULES = disable_set_password 

# make installcheck to run automatic tests
#REGRESS_OPTS = --temp-instance=/tmp/5454 --port=5454 --temp-config pg_set_acl.conf
#REGRESS=test0 

# for posgres build
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)

pgxn:
	git archive --format zip  --output ../pgxn/disable_set_password/disable_set_password-0.0.1.zip main
