diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-24 09:00:46 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-24 09:00:46 +0200 |
commit | 39cd5cf4d691e986390fe7778f73859b326c4f89 (patch) | |
tree | 9632ea5c98b3b67137143f066c4594b6c0ecd876 /php56/Makefile |
main package for new php56 SCL
Diffstat (limited to 'php56/Makefile')
-rw-r--r-- | php56/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php56/Makefile b/php56/Makefile new file mode 100644 index 0000000..13af741 --- /dev/null +++ b/php56/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |