summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 80f13aaa1ed0aa50b8b58aae84d5c1cf6d91b841 (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
	php74 --re imagick >REFLECTION-im6
	php74 --ri imagick >PHPINFO-im6