summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e5d5aca8fd..39123d7cec 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,9 @@ default: $(TOP)/configs/current
done
+doxygen:
+ (cd doxygen ; make) ; \
+
clean:
@for dir in $(SUBDIRS) ; do \
(cd $$dir ; $(MAKE) clean) ; \
@@ -43,6 +46,7 @@ $(TOP)/configs/current:
# Rules to set/install a specific build configuration
aix \
aix-gcc \
+aix-static \
darwin \
darwin-static \
freebsd \