We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c5ec7 commit ab7a1e5Copy full SHA for ab7a1e5
tpm2_control/Makefile
@@ -73,7 +73,7 @@ libcommon:
73
$(SRC_FILES): protobuf
74
75
tpm2_control: libcommon $(SRC_FILES)
76
- $(CC) $(LOCAL_CFLAGS) $(SRC_FILES) -lc -lprotobuf-c -lprotobuf-c-text -Lcommon -lcommon_full -o tpm2_control
+ $(CC) $(LOCAL_CFLAGS) $(SRC_FILES) -lc -Lcommon -lcommon_full -lprotobuf-c -lprotobuf-c-text -o tpm2_control
77
78
.PHONY: clean
79
clean:
0 commit comments