diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-09-12 16:48:22 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-09-12 16:48:22 +0200 |
commit | b9c392cfaf6ef07f68622dbe7e6238bf0ddcbfda (patch) | |
tree | 9538075163614987d46f881e543ac5e421277f74 /Makefile | |
parent | 86c82f8de9eb011f7ce9e64c13115f5f5fc1843c (diff) |
php-pecl-runkit, clean and build for remi repo
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 + |