From 88175bdffa22bb194fae9955f84fee3e98a5fe56 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Sep 2018 09:20:05 +0200 Subject: update to 2.0.0 raise dependency on PHP 7.1 rename to php-sebastian-resource-operations2 move to /usr/share/php/SebastianBergmann/ResourceOperations2 --- 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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + -- cgit