summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-02-09 08:19:12 +0100
committerRemi Collet <remi@remirepo.net>2021-02-09 08:19:12 +0100
commit13fc23fe73938c48c29f8b747817e2ad04f843cc (patch)
tree4dbd7428bf154f92ff75551e1484a618432d4272 /Makefile
parentff670a32b58a986def189d6770b84ce3c78f1f38 (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--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 13af741..877f3f3 100644
--- a/Makefile
+++ b/Makefile
@@ -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