commit | c9d3dcfa659fe190b7d82dd3c2a9b3cb5c7fea63 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Wed Dec 19 18:11:36 2018 -0800 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Wed Dec 19 18:11:36 2018 -0800 |
tree | 49f94401bc5a5e30b0900dfbac374a0a04f7d916 | |
parent | c0e734544c7051c231f9e30bd6153f87f86cabf3 [diff] |
fix makefile breakage from previous change
diff --git a/Makefile b/Makefile index 2ea941d..454d811 100644 --- a/Makefile +++ b/Makefile
@@ -39,7 +39,7 @@ qcbormin: libqcbor.a min_use_main.o cc -dead_strip -o $@ $^ libqcbor.a -libqcbor.a: $(QCBOR_OBJ2) +libqcbor.a: $(QCBOR_OBJ) ar -r $@ $^ src/UsefulBuf.o: inc/UsefulBuf.h