diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-12 11:09:37 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-12 11:09:37 +0100 |
commit | 101ad62b3a65b9a0a409330706c75afd0eb53435 (patch) | |
tree | e6ee3244d0b555992ab7c06043a3e0c8c596a6ca /php-mock-phpunit/Makefile | |
parent | 04c61812c822955df51fb92c4b17b9d68de6e5d1 (diff) |
php-mock-phpunit: 1.1.1, new package
Diffstat (limited to 'php-mock-phpunit/Makefile')
-rw-r--r-- | php-mock-phpunit/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-mock-phpunit/Makefile b/php-mock-phpunit/Makefile new file mode 100644 index 0000000..13af741 --- /dev/null +++ b/php-mock-phpunit/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |