diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-01 18:57:00 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-01 18:57:00 +0100 |
commit | 60038893b8893f31abdbf0464db308af11d6399c (patch) | |
tree | 13b1e8093ba0bd2603f6f23a940f4b13eeb6bc8b /Makefile | |
parent | ec5f42079114ab164d986f23da9549e52b63aa0b (diff) |
php-horde-Horde-Xml-Wbxml: 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 + |