experimental: facho-signer: xml layout
FossilOrigin-Name: 6fda6ceb8a3fd6d45cd68601b4608b9ce3a8f8af0eb79b99f9ec73a20a8023b3
This commit is contained in:
7
experimental/facho-signer/xades/Makefile
Normal file
7
experimental/facho-signer/xades/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
.PHONY: test
|
||||
|
||||
CC=gcc
|
||||
|
||||
test: xmlsec1/errors.c xmlsec1/xmltree.c xades.c xades_test.c
|
||||
$(CC) -o $@ -Wall $(shell pkg-config libxml-2.0 --cflags --libs) $(shell pkg-config xmlsec1 --cflags --libs) $^
|
||||
./test
|
||||
Reference in New Issue
Block a user