summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 72a59574d13faba149e195d6eef025f3022f1432 (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
	php80 --re imagick >REFLECTION-im6
	php80 --ri imagick >PHPINFO-im6