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

refl:
	php -n -d zend_extension=ioncube_loader.so --re "ionCube loader"  > REFLECTION
	php -n -d zend_extension=ioncube_loader.so --ri "ionCube loader"  > PHPINFO