From a04661685354336efdf1e30bfd6eeb67bc4c8fd6 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 3 Jan 2022 16:36:50 +0100 Subject: Makefile: tiny typo: add space after SFEED_CURSES_CPPFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90cb882..06e1f62 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ SFEED_CPPFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE # set $SFEED_CURSES to empty to not build sfeed_curses. SFEED_CURSES = sfeed_curses SFEED_CURSES_CFLAGS = ${CFLAGS} -SFEED_CURSES_CPPFLAGS =-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE \ +SFEED_CURSES_CPPFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE \ -DSFEED_THEME=\"themes/${SFEED_THEME}.h\" ${SFEED_CPPFLAGS} SFEED_CURSES_LDFLAGS = ${LDFLAGS} -lcurses -- cgit v1.2.3