diff options
| author | Remi Collet <remi@remirepo.net> | 2021-02-09 08:19:12 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-02-09 08:19:12 +0100 | 
| commit | 13fc23fe73938c48c29f8b747817e2ad04f843cc (patch) | |
| tree | 4dbd7428bf154f92ff75551e1484a618432d4272 /Makefile | |
| parent | ff670a32b58a986def189d6770b84ce3c78f1f38 (diff) | |
update to 0.4.0
add patch for PHP 8 from
  https://github.com/pcsc-for-php/pcsc/pull/1
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,6 @@ SRCDIR := $(shell pwd)  NAME := $(shell basename $(SRCDIR))  include ../../../common/Makefile +refl: +	php -d extension=pcsc --re PC/SC >REFLECTION +	php -d extension=pcsc --ri PC/SC >PHPINFO  | 
