summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxtext/Makefile')
-rw-r--r--apps/examples/nxtext/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxtext/Makefile b/apps/examples/nxtext/Makefile
index 88d4e6161..596254bbf 100644
--- a/apps/examples/nxtext/Makefile
+++ b/apps/examples/nxtext/Makefile
@@ -49,7 +49,7 @@ endif
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
+SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)