diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-24 14:29:35 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-24 14:29:35 +0100 |
commit | 989094157dadb6a2440f8439f8e4a9d99f49e56a (patch) | |
tree | 319d7ee8782d9f724ee68685b62828fb5abe5a0e /Makefile |
php-tarantool: 0.1.0 (php 5, beta, 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..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + |