summaryrefslogtreecommitdiff
path: root/apps/examples/nxlines/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxlines/Makefile')
-rw-r--r--apps/examples/nxlines/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxlines/Makefile b/apps/examples/nxlines/Makefile
index 8f7e0f49e..58271ccf4 100644
--- a/apps/examples/nxlines/Makefile
+++ b/apps/examples/nxlines/Makefile
@@ -45,7 +45,7 @@ CSRCS = nxlines_main.c nxlines_bkgd.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
+SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)