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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/nxtext/Makefile b/apps/examples/nxtext/Makefile
index 06cb5bbfb..8df34d8fd 100644
--- a/apps/examples/nxtext/Makefile
+++ b/apps/examples/nxtext/Makefile
@@ -48,6 +48,7 @@ endif
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
+MAINOBJ = $(MAINSRC:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)