diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-13 09:16:36 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-13 09:16:36 +0200 |
commit | 91bad9cb4d4dd1e068f2be01deaa98cb1457f68d (patch) | |
tree | 76cd29a7e19665be0f8d249b9126288e86b95a63 /Makefile | |
parent | 37b1873b97194562cc7fcbe87a09f56419fba251 (diff) |
php-zordius-lightncandy: 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 + |