From c988947a5d0198996e48e915214867b8977d63f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Jul 2021 06:58:31 +0200 Subject: update to 3.5.1 drop patch merged upstream --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13af741..80f13aa 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,9 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) include ../../../common/Makefile +refl: $(NAME).spec + php --re imagick >REFLECTION-im7 + php --ri imagick >PHPINFO-im7 + php74 --re imagick >REFLECTION-im6 + php74 --ri imagick >PHPINFO-im6 + -- cgit