diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,6 +5,6 @@ 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 + php80 --re imagick >REFLECTION-im6 + php80 --ri imagick >PHPINFO-im6 |