summaryrefslogtreecommitdiff
path: root/apps/examples/nx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nx/Makefile')
-rw-r--r--apps/examples/nx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/nx/Makefile b/apps/examples/nx/Makefile
index bfb0d473e..72ba1915f 100644
--- a/apps/examples/nx/Makefile
+++ b/apps/examples/nx/Makefile
@@ -51,7 +51,7 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-BIN = ../../libapps$(LIBEXT)
+BIN = $(APPDIR)/libapps$(LIBEXT)
ROOTDEPPATH = --dep-path .
@@ -84,7 +84,7 @@ $(BIN): $(OBJS)
depend: .depend
clean:
- @rm -f $(BIN) *.o *~ .*.swp .built
+ @rm -f *.o *~ .*.swp .built
$(call CLEAN)
distclean: clean