summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-23 06:58:31 +0200
committerRemi Collet <remi@remirepo.net>2021-07-23 06:58:31 +0200
commitc988947a5d0198996e48e915214867b8977d63f6 (patch)
treefefa0331fe568b7beb1a9a941d897998ede6b8a9 /Makefile
parent3ee19f120e6abdc27198e25718c65a16b5c2879e (diff)
update to 3.5.1
drop patch merged upstream
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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
+