From a95401429f8e7bc4a461bff0b7e7299c6f52839c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 29 Sep 2012 08:47:05 +0200 Subject: rename to php-Smarty2 and update to 2.6.27 for remi repo --- 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