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