summaryrefslogtreecommitdiff
path: root/doc/cdoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cdoc/Makefile')
-rw-r--r--doc/cdoc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/cdoc/Makefile b/doc/cdoc/Makefile
new file mode 100644
index 000000000..bc6225ec8
--- /dev/null
+++ b/doc/cdoc/Makefile
@@ -0,0 +1,7 @@
+all: build
+
+build:
+ doxygen
+
+.PHONY: all build
+