From c7e08833ec313ed5b92a9ac30283e4f183480f3b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 7 Aug 2015 14:00:57 +0200 Subject: [PATCH] add pharext rule --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 33c6a74..972be2d 100644 --- a/Makefile +++ b/Makefile @@ -126,3 +126,6 @@ ext: pecl-check $(srcdir)/pecl-$(PECL_EXTENSION) pecl .PHONY: php test: php REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 300 --show-diff tests + +%.ext.phar: ../%.ext.phar $(PECL_INI) php + $< --prefix=$(prefix) --ini=$(PECL_INI) -- 2.30.2