diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-13 08:54:22 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-13 08:54:22 +0200 |
commit | 08c9397c107ce28cbcaa5d3e01f6d825e509c03f (patch) | |
tree | b0e45b70c3d9cd1f4ad28e001a02316070f837f4 /Makefile | |
parent | b80d61eba60f6e1eafe7a7cf1cb940783421ca19 (diff) |
php-phpoffice-phpexcel: backport
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..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + |