diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-08 17:05:58 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-08 17:05:58 +0100 |
commit | 6ae69f53c5604a8e99cad4ab2c0b89aa3e251fcf (patch) | |
tree | a0201a84601a750f525e754c4fdcf59a1744f488 /Makefile | |
parent | b3d03d6927c4c716aed1b5c2aa3c44a2bc461bef (diff) |
php-PHPParser: 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 + |