diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-12 10:19:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-12 10:19:40 +0100 |
commit | de2ca0feacde59db88136626f139c339fb1caa11 (patch) | |
tree | e5d989ada896988f2538732aa5bdb482481d02e2 /php-mock-integration/Makefile | |
parent | 079da9c4dbca7930ee20a37189934f0c36aec337 (diff) |
php-mock-integration: 1.0.0, new package
Diffstat (limited to 'php-mock-integration/Makefile')
-rw-r--r-- | php-mock-integration/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-mock-integration/Makefile b/php-mock-integration/Makefile new file mode 100644 index 0000000..13af741 --- /dev/null +++ b/php-mock-integration/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |