From 7a7fc313351bc2298e84843a7865f1296cfc0c4b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Apr 2016 18:01:28 +0200 Subject: php-phpdocumentor-reflection: 1.0.7 (new package, wip) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + -- cgit