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

refl: $(NAME).spec
	php -n -d zend_extension=xdebug --ri xdebug >PHPINFO
	php -n -d zend_extension=xdebug --re xdebug >REFLECTION