diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-02 18:43:50 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-02 18:43:50 +0100 |
commit | eb8eff04106c93706f7fda4bc0486396ed4d3310 (patch) | |
tree | 27c9fdee4595a71c536a8283c038b8f1c212866c /Makefile | |
parent | 7cc673595133cccc9cbe96913e9157798a2dcfe0 (diff) |
php-horde-Horde-View: 2.0.0 (not ready, missing BR)
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 + |