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