From e58a386a917d404409e22a861a2a91a8d8aa6b79 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jun 2022 13:58:34 +0200 Subject: update to 1.8.0 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13af741..e87c8d8 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,7 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) include ../../../common/Makefile +refl: $(NAME).spec + php -d zend_extension=$(shell sed -n '/%global pecl_name/{s/.* //;p}' $(NAME).spec) --re $(shell sed -n '/%global pecl_name/{s/.* //;p}' $(NAME).spec) >REFLECTION + php -d zend_extension=$(shell sed -n '/%global pecl_name/{s/.* //;p}' $(NAME).spec) --ri $(shell sed -n '/%global pecl_name/{s/.* //;p}' $(NAME).spec) >PHPINFO + -- cgit