diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-25 12:16:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-25 12:16:01 +0100 |
commit | eb86116cb46a4888546492ed5b453a399a1cd40e (patch) | |
tree | 1c9f2a750495774adc7d93e1119525126326ada8 | |
parent | ca9e631ab8d467134bb8d88dc3fd9f047c7c544e (diff) |
php-Monolog: backport 1.2.1 for remi repo
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + |