diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-28 15:32:02 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-28 15:32:02 +0100 |
commit | ee8479942f7a0955b095d3d8f9ab4c9ccb0f12db (patch) | |
tree | 12c1c51a5e1c2d14ff85b8896dfa39497e4364d5 /Makefile |
php-ast: 0.1.0-dev (php 7) - New package
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 + |