diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-21 18:04:28 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-21 18:04:28 +0200 |
commit | b876a89a81508822af2c54c52ecc994ed6d3ad22 (patch) | |
tree | 68a5425ba70f87d333aec8cf8cb8cde675fc241d /Makefile | |
parent | 5d9e112393d2a18878a96e7cd0153f38aae458bf (diff) |
php-jakub-onderka-php-console-highlighter: 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 + |