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

refl:
	php --ri sqlsrv  > PHPINFO
	php --re sqlsrv  > REFLECTION