From 81ce231c625614758e30b5ce7769df4c69822f6d Mon Sep 17 00:00:00 2001 From: William McBrine Date: Fri, 29 Dec 2017 06:03:20 -0500 Subject: [PATCH] Need extensions here, too. --- demos/nctests.mif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/nctests.mif b/demos/nctests.mif index 1b3ade11..a6e8afa1 100644 --- a/demos/nctests.mif +++ b/demos/nctests.mif @@ -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)