From dd6bca4b13853bacfce798d176a123e72f765437 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 11 Aug 2014 19:27:48 -0600 Subject: Add a Sudoku game --- apps/system/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps/system/Makefile') diff --git a/apps/system/Makefile b/apps/system/Makefile index ed7b64dff..f5d35bfc6 100644 --- a/apps/system/Makefile +++ b/apps/system/Makefile @@ -38,9 +38,8 @@ # Sub-directories containing system task SUBDIRS = cdcacm cle composite flash_eraseall free i2c hex2bin inifile -SUBDIRS += install nxplayer poweroff ramtest ramtron readline sdcard -SUBDIRS += stackmonitor sysinfo usbmonitor usbmsc vi zmodem -SUBDIRS += mdio +SUBDIRS += install mdio nxplayer poweroff ramtest ramtron readline sdcard +SUBDIRS += stackmonitor sudoku sysinfo usbmonitor usbmsc vi zmodem # Create the list of installed runtime modules (INSTALLED_DIRS) -- cgit v1.2.3