summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f65aa60d57..4f8cc20390 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,10 @@ default: $(TOP)/configs/current
doxygen:
- (cd doxygen ; make) ; \
+ cd doxygen && $(MAKE)
+
+.PHONY: doxygen
+
clean:
@for dir in $(SUBDIRS) ; do \