aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54db45c9b..753c52f1b 100644
--- a/Makefile
+++ b/Makefile
@@ -105,8 +105,9 @@ busybox: $(OBJECTS)
busybox.links: busybox.def.h
- ./busybox.mkll | sort >$@
+.PHONY: docs
docs: docs/busybox.pod
- cd docs && $(MAKE) clean all
+ $(MAKE) -C docs clean all
regexp.o nfsmount.o: %.o: %.h
$(OBJECTS): %.o: busybox.def.h internal.h %.c