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 cbfb6b0b2..6abc8c79e 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,7 @@ SUBDIRS = tools \
examples \
post \
post/cpu
+.PHONY : $(SUBDIRS)
#########################################################################
#########################################################################
@@ -150,7 +151,7 @@ $(LIBS):
$(SUBDIRS):
@echo "#### MAKE $@ ####"
- $(MAKE) -C $@
+ $(MAKE) -C $@ all
gdbtools:
$(MAKE) -C tools/gdb || exit 1