aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8003e8..4742fd2 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ all = lib ${rt-apps}
75rt-apps = cycles base_task rt_launch rtspin release_ts measure_syscall \ 75rt-apps = cycles base_task rt_launch rtspin release_ts measure_syscall \
76 base_mt_task uncache runtests 76 base_mt_task uncache runtests
77 77
78.PHONY: all lib clean dump-config TAGS tags cscope help 78.PHONY: all lib clean dump-config TAGS tags cscope help doc
79 79
80all: ${all} inc/config.makefile 80all: ${all} inc/config.makefile
81 81
@@ -116,12 +116,16 @@ dump-config:
116help: 116help:
117 @cat INSTALL 117 @cat INSTALL
118 118
119doc:
120 doxygen Doxyfile
121
119clean: 122clean:
120 rm -f ${rt-apps} 123 rm -f ${rt-apps}
121 rm -f *.o *.d *.a test_catalog.inc 124 rm -f *.o *.d *.a test_catalog.inc
122 rm -f ${imported-headers} 125 rm -f ${imported-headers}
123 rm -f inc/config.makefile 126 rm -f inc/config.makefile
124 rm -f tags TAGS cscope.files cscope.out 127 rm -f tags TAGS cscope.files cscope.out
128 rm -r -f docs
125 129
126# Emacs Tags 130# Emacs Tags
127TAGS: 131TAGS: