tidying before spiffy decode is merged
diff --git a/Makefile b/Makefile
index e1659ce..1f9b580 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
 CC=cc
 #CC=/usr/local/bin/gcc-9
 
-CFLAGS=-I inc -I test -Os -fPIC $(CMD_LINE)
+CFLAGS=$(CMD_LINE) -I inc -I test -Os -fPIC 
 
 # The following are used before a release of QCBOR help to make sure
 # the code compiles and runs in the most strict environments, but not