diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-31 14:14:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-31 14:14:19 +0200 |
commit | 58fdd01ca073c5adc87401901d886d178886d2da (patch) | |
tree | 986af323d5b8abb938f2c8f6ed65a81fdd0ba61a /Makefile | |
parent | 65fb7c019ddaf5dca118225e4e5a50ca88b01eab (diff) |
php-horde-imp: 6.0.5
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 + |