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

refl: $(NAME).spec
	php -d extension=libvirt-php --re libvirt >REFLECTION
	php -d extension=libvirt-php --ri libvirt >PHPINFO