summaryrefslogtreecommitdiff
path: root/apps/examples/wlan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/wlan/Makefile')
-rwxr-xr-xapps/examples/wlan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/wlan/Makefile b/apps/examples/wlan/Makefile
index 53f871543..756389571 100755
--- a/apps/examples/wlan/Makefile
+++ b/apps/examples/wlan/Makefile
@@ -49,7 +49,7 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-BIN = ../../libapps$(LIBEXT)
+BIN = $(APPDIR)/libapps$(LIBEXT)
ROOTDEPPATH = --dep-path .
@@ -82,7 +82,7 @@ $(BIN): $(OBJS)
depend: .depend
clean:
- @rm -f $(BIN) *.o *~ .*.swp .built
+ @rm -f *.o *~ .*.swp .built
$(call CLEAN)
distclean: clean