diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-09-20 07:38:45 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-09-20 07:38:45 +0200 |
commit | 1cfa36633a820d5fb227232c9a1a06735a0efb69 (patch) | |
tree | d6847fd17badb05639abc60a5e976d095d36cd06 /Makefile | |
parent | 0ba071b33d3936a6d6f5436d5758fe4579053076 (diff) |
php-horde-Horde-Cli: backport
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 + |