Fraunhofer-SIT / charra

Proof-of-concept implementation of the "Challenge/Response Remote Attestation" interaction model of the IETF RATS Reference Interaction Models for Remote Attestation Procedures using TPM 2.0.
BSD 3-Clause "New" or "Revised" License
27 stars 20 forks source link

Makefile works only for the "all" target. #65

Closed eckelmeckel closed 1 year ago

eckelmeckel commented 1 year ago

The LDFLAGS are not set if one wants to compile the attester (make bin/attester) or verifier (make bin/verifier) separately. Further, at the end of teh Makefile there are targets such as cleanlibs, libs.static, etc. that appear to be obsolete. Maybe, the whole Makefile should be revised.