summaryrefslogtreecommitdiff
path: root/apps/system/sudoku/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/sudoku/Makefile')
-rw-r--r--apps/system/sudoku/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/system/sudoku/Makefile b/apps/system/sudoku/Makefile
index 4a01959af..164eea25e 100644
--- a/apps/system/sudoku/Makefile
+++ b/apps/system/sudoku/Makefile
@@ -54,6 +54,7 @@ CSRCS = sudoku.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
+MAINOBJ = $(MAINSRC:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)