diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-27 06:14:02 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-27 06:14:02 +0100 |
commit | 44667e3131c27cee2085049e57580f2dea728add (patch) | |
tree | bc8fd8d99f399b4be8a7139d3befc7c8aa7f45e3 /Makefile |
rename php-apcu to php-pecl-apcu
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 + |