diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-04-15 16:58:14 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-04-15 16:58:14 +0200 |
commit | 5731cfe7c0f07bf655dffd9c065398090daa14cb (patch) | |
tree | c99a40524792a84ed3849bd64b9e03a6ae676b8e /Makefile |
prepare compat-mysql55
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 + |