On Sat, Apr 13, 2019 at 8:28 AM Joachim Durchholz <j...@durchholz.org> wrote: > I did the usual ./configure; make dance. > Then modified a source file (ui/curses.c), called make again, but didn't > see curses.c recompiled, and the change was indeed ineffective. > make clean; make didn't help either.
Perhaps you don't have CONFIG_CURSES enabled? Did you call configure with --enable-curses ? > Is there a list of make targets anywhere? Typically in a Makefile.objs in each directory. -- Thanks. -- Max