diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-11 18:35:18 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-11 18:35:18 +0200 |
commit | 25b1b1e998b297af83bf3e3408df1d22a60b59d9 (patch) | |
tree | b3a556e68c1150b9b81929498954e652111ae93e /Makefile |
php-pecl-expect: 0.3.2 (new package)
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 + |