diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-03 08:33:54 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-03 08:33:54 +0100 |
commit | ddc445bb324ddfcc6a8dc05c4e8225c09f3e98dd (patch) | |
tree | c374bf5d2e87402fd4f607c4516cb9ec305fcc9e /Makefile | |
parent | 0d4a6d5b257fa804583a416f0c7e42a86cd10f12 (diff) |
php-horde-Horde-History: 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 + |