diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-21 16:21:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-21 16:21:34 +0200 |
commit | 0b87d8f09f10562c57b0cdcccf91ffc6df63cecd (patch) | |
tree | 0c3a07afb14eeb5d97480e86ae9fcd400a68a3b7 /Makefile |
initial package, version 1.2.0
rename from php-mkopinsky-zxcvbn-php to php-bjeavons-zxcvbn-php
raise dependency on PHP 7.2
switch to phpunit8
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 + |