diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-14 19:31:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-14 19:31:20 +0200 |
commit | f96e5d122e376326592b56250011c7d5e5534314 (patch) | |
tree | 0b4df8c70fcd31c2466d84145f11e598abb0abc1 /Makefile |
php-pecl-seaslog: 1.4.0 - 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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |