diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-24 09:53:26 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-24 09:53:26 +0200 |
commit | 30583c9bdeb54ea0f51001881e0b535138ed95f4 (patch) | |
tree | 111ff3ac25c80771cdf16e0f3abddcc8fc27f11e /Makefile |
php-pecl-zmq: 1.0.7 newpackage (replace php-zmq)
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 + |