diff --git a/examples/Makefile b/examples/Makefile index a58897545..776cc2ac6 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -8,7 +8,7 @@ ALL = howto-add_fd-and-popen$(EXEEXT) \ table-simple$(EXEEXT) \ table-sort$(EXEEXT) \ table-spreadsheet$(EXEEXT) \ - table-with-keyboard-nav$(EXEEXT) \ + table-spreadsheet-with-keyboard-nav$(EXEEXT) \ tabs-simple$(EXEEXT) \ textdisplay-with-colors$(EXEEXT) \ texteditor-simple$(EXEEXT) \ diff --git a/examples/table-with-keyboard-nav.cxx b/examples/table-spreadsheet-with-keyboard-nav.cxx similarity index 100% rename from examples/table-with-keyboard-nav.cxx rename to examples/table-spreadsheet-with-keyboard-nav.cxx