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