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

refl:
	php -d extension=zephir_parser.so  --ri "zephir parser" > PHPINFO
	php -d extension=zephir_parser.so  --re "zephir parser" > REFLECTION