diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-11-15 14:11:20 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-11-15 14:11:20 +0100 |
commit | 245f1967f600cf3fdc049d80e9c47c721d20833a (patch) | |
tree | 945836b17c9833af75fa186a1ec4b82909c8c115 /Makefile |
rename libmemcached to libmemcached-last
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..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + |