aboutsummaryrefslogtreecommitdiff
path: root/doxygen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen/Makefile')
-rw-r--r--doxygen/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/doxygen/Makefile b/doxygen/Makefile
new file mode 100644
index 0000000..e4ab6ce
--- /dev/null
+++ b/doxygen/Makefile
@@ -0,0 +1,7 @@
+DOXYGEN ?= doxygen
+DOXYGENFLAGS =
+
+.PHONY: all
+all:
+ $(DOXYGEN) $(DOXYGENFLAGS)
+