diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-01 17:26:36 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-01 17:26:36 +0100 |
commit | 572bc27e2b725c2b598a515d651ddbbac930e3bd (patch) | |
tree | c192f957f1b26bc3f760c4a6446b6f1c533faf52 /Makefile | |
parent | cc9fa2caa27967a07866a3835f07db6df8b00dbd (diff) |
php-horde-Horde-Argv: 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 + |