diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-05 07:39:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-05 07:39:38 +0200 |
commit | 9978769f53031db1edc220eb717867fa6c6ba001 (patch) | |
tree | 0a480dd0672899ec3a384df15afb7f9917f26d2b /Makefile | |
parent | a3ce0e8ef5d469a0c792d0d376385ef544c0c217 (diff) |
php-pimple: backport + adapt for SCL
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 + |