diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-04-15 09:07:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-04-15 09:07:33 +0200 |
commit | a44ea76e53c0b1fe6f4ca840e267246c9c209062 (patch) | |
tree | 81daa2431a6ae878a677722b287ed92dfdd83598 /Makefile |
libcouchbase: new package (WIP)
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 + |