From b0220b75ee830e5b18d4d4db1ecfca5dd2e167dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 7 Jun 2014 18:12:51 +0200 Subject: php-xcache: add REFLECTION output --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91b0fd5..6b0981e 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,8 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) include ../../common/Makefile +refl: + php --re "XCache" > REFLECTION + php --re "XCache Cacher" >> REFLECTION + php --re "XCache Coverager" >> REFLECTION + php --re "XCache Optimizer" >> REFLECTION -- cgit