diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-08-06 11:16:10 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-08-06 11:16:10 +0200 |
commit | b419cb1a7828cb4c1da62f229ba0982f4c62d5f1 (patch) | |
tree | 37198a5bd3301aec00c99327f47d37daaecb8821 /Makefile | |
parent | da603c437b5a335c1d0a1c84694e7d1cf544c29b (diff) |
php-pear-OLE: update to 1.0.0RC2 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 + |