This patch series is to be applied on top of the 24 I already sent and
addressed the feedback received thus-far.

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 7890619..82057d3 100644
--- a/Makefile
+++ b/Makefile
@@ -27,12 +27,12 @@ config.h:
 svkbd.o: config.h layout.${LAYOUT}.h

 .c.o:
-       ${CC} -g ${SVKBD_CFLAGS} ${SVKBD_CPPFLAGS} -c $<
+       ${CC} ${SVKBD_CFLAGS} ${SVKBD_CPPFLAGS} -c $<

 ${OBJ}: config.h config.mk

 ${BIN}: ${OBJ}
-       ${CC} -g -o ${BIN} ${OBJ} ${SVKBD_LDFLAGS}
+       ${CC} -o ${BIN} ${OBJ} ${SVKBD_LDFLAGS}

 clean:
        rm -f ${NAME}-?? ${NAME}-??.o ${OBJ} ${BIN}
--
2.31.0


Reply via email to