diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-04 12:23:52 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-04 12:23:52 +0100 |
commit | b939ef2a6b12748750f5b2950a68f4f66d2aaf44 (patch) | |
tree | fda47e15a38be87514c5cae05f0e4916427f9e64 /Makefile | |
parent | 4149ca680393defa1bb24f0e7485c5335a5fb9ab (diff) |
php-horde-Horde-Form: 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 + |