diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-03 07:52:24 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-03 07:52:24 +0100 |
commit | 6a8574414c70f1656ab79526f9c758948170f7a0 (patch) | |
tree | 2b43ab014f2c9ac2c0447d8642dc8c61aeb7b827 /Makefile | |
parent | fc78387319175b9f2b29ab774f4e5ff74b1a0bf2 (diff) |
php-horde-Horde-Perms: 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 + |