diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-12 10:31:38 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-12 10:31:38 +0100 |
commit | 8c75cd53482860b5f2e43f432fef39fa6cf14382 (patch) | |
tree | 2c1ebdcd003633bf207cd99e41e5716f86723faf /Makefile | |
parent | 4d0e493aa7e556ecca5d2122583b940794f1b214 (diff) |
php-sabredav-Sabre_DAV: 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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |