diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-17 08:50:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-17 08:50:04 +0200 |
commit | b047a2d827e7cb6207636b83212d78609a5dc4cf (patch) | |
tree | 10aadd10f9777304ccd21ca4d7b6e1e94aaf4219 /Makefile | |
parent | 6af863bb71c01dbbb3d01d4ebe879de5d0b3d466 (diff) |
php-stack-builder: add backport stuff for remirepo
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 + |