diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-24 10:14:11 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-24 10:14:11 +0100 |
commit | 2f7fb4787cc240ebc022480a3a01531130aafbdf (patch) | |
tree | d8477e0987e71acf6d9495d35500cf254bbb6e2a /Makefile | |
parent | 02ab3d34014b7063ab3c03264adcc1e4791a9dc6 (diff) |
php-react-cache: 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 + |