diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-01 17:52:32 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-01 17:52:32 +0100 |
commit | 15784e8c077387bb5115c79c3379a96c02635ca4 (patch) | |
tree | 5fc2898589a52681bcb77c48e9b85ffbb4591ffa /Makefile | |
parent | 964662ab94ce86dad47205e3dce23ae8c03fa439 (diff) |
php-horde-Horde-Browser: 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 + |