summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/nshlib/Makefile b/apps/nshlib/Makefile
index ecd2e5576..7074cd0cc 100644
--- a/apps/nshlib/Makefile
+++ b/apps/nshlib/Makefile
@@ -76,12 +76,12 @@ OBJS = $(AOBJS) $(COBJS)
BIN = $(APPDIR)/libapps$(LIBEXT)
ROOTDEPPATH = --dep-path .
-
-# Common build
-
VPATH =
+# Build targets
+
all: .built
+.PHONY: context .depend depend clean distclean
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
@@ -97,6 +97,8 @@ $(BIN): $(OBJS)
.built: $(BIN)
+context:
+
.depend: Makefile $(SRCS)
@$(MKDEP) $(ROOTDEPPATH) \
$(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep