diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-03-10 08:57:05 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-03-10 08:57:05 +0100 |
commit | 924137323488a9d73058fa272a94d915512fc66f (patch) | |
tree | 2f6b231d876b0aba9b049b9a178417fb5fdb4459 /Makefile |
librabbitmq: 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..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + |