diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-01 17:42:49 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-01 17:42:49 +0100 |
commit | fbf22800d5f7b0693156454e505424202a03a95c (patch) | |
tree | 3a56bf4620ad9328ba92dbcac69a455245e1a6f0 /Makefile | |
parent | 8b06b97871f00833294e39ac4b70eb4751672c0e (diff) |
php-horde-Horde-Auth: 2.0.0
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 + |