We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b549a7e commit ad49449Copy full SHA for ad49449
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
all: clean build install
2
3
build:
4
- if [ ! -d "./include" ];then chmod +x *.sh && ./download_headers.sh; fi
+ if [ ! -f "./include/pkcs11.h" ];then chmod +x *.sh && ./download_headers.sh; fi
5
mkdir -p bin
6
go build --buildmode=c-shared -o bin/
7
0 commit comments