summaryrefslogtreecommitdiff
path: root/apps/examples/ftpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ftpc/Makefile')
-rw-r--r--apps/examples/ftpc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/ftpc/Makefile b/apps/examples/ftpc/Makefile
index 3d22160fc..74741b5ee 100644
--- a/apps/examples/ftpc/Makefile
+++ b/apps/examples/ftpc/Makefile
@@ -48,6 +48,7 @@ CSRCS = ftpc_main.c ftpc_cmds.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
+MAINOBJ = $(MAINSRC:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)