diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-21 17:55:23 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-21 17:55:23 +0200 |
commit | 8137f40063f4a905c084efd0f7e806e3eb46858f (patch) | |
tree | 1a10989f0e04ce5a3635df99e1b0a4c162ca8257 /Makefile | |
parent | 53b8614cc88e0f37aca75d595b91743f594d8730 (diff) |
php-jakub-onderka-php-console-color: 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 + |