#38 build and install shared objects (#39)
* Fixes #36: Added 'all' target to Makefile; fixed typos.
* Fixed all typos. Now everything builds and correctly.
* Added 'all' target, so that `qcbormin` now is built, too.
* Adapted gitignore to ignore `qcbormin`.
* Minor fixes (replaced tabs with spaces where appropriate).
Signed-off-by: Michael Eckel <michael.eckel@sit.fraunhofer.de>
* Added building and installing of shared objects.
Signed-off-by: Michael Eckel <michael.eckel@sit.fraunhofer.de>
diff --git a/min_use_main.c b/min_use_main.c
index 7d6f5d9..ba7ae67 100644
--- a/min_use_main.c
+++ b/min_use_main.c
@@ -31,7 +31,7 @@
// Created by Laurence Lundblade on 10/26/18.
#include <stdio.h>
-#include "qcbor.h"
+#include "qcbor/qcbor.h"