Need extensions here, too.

This commit is contained in:
William McBrine
2017-12-29 06:03:20 -05:00
parent a5568e3075
commit 81ce231c62

View File

@@ -1,6 +1,6 @@
# This provides for compiling and linking the ncurses test programs.
NCURSES_TESTS = bs gdc hanoi knight tclock ncurses
NCURSES_TESTS = bs$(E) gdc$(E) hanoi$(E) knight$(E) tclock$(E) ncurses$(E)
ncurses_tests: $(NCURSES_TESTS)