summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: ca493e04b975c7249972cbdbb50393fcaacb66cd (plain)
1
2
3
4
5
6
7
8
9
10
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
include ../../../common/Makefile

refl: $(NAME).spec
	php   --re imagick >REFLECTION-im7
	php   --ri imagick >PHPINFO-im7
	php81 --re imagick >REFLECTION-im6
	php81 --ri imagick >PHPINFO-im6