diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-06 10:07:18 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-06 10:07:18 +0100 |
commit | 9de9a6db3f6e74582af7d3c1699ebeb666a185a7 (patch) | |
tree | 3409ce4f77047b4679e3c4378c1e1d5f4b57bb55 /Makefile |
php-pecl-uuid: mew 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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |