diff --git a/xwords4/linux/Makefile b/xwords4/linux/Makefile index 8678953da..81e4b3410 100644 --- a/xwords4/linux/Makefile +++ b/xwords4/linux/Makefile @@ -27,6 +27,8 @@ PLATFORM = obj_linux_rel CFLAGS += -Os -Werror -Wunused endif +# CC = llvm-gcc + DO_CURSES = -DPLATFORM_NCURSES ifdef CURSES_SMALL_SCREEN DO_CURSES += -DCURSES_SMALL_SCREEN