summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 984c849c7e2aff15c0d72a846f01a80b6ae80767 (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
	php82 --re imagick >REFLECTION-im6
	php82 --ri imagick >PHPINFO-im6