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

refl:
	php -n -d extension=zephir_parser.so --re zephir_parser >REFLECTION