diff options
Diffstat (limited to 'doc/cdoc/Makefile')
-rw-r--r-- | doc/cdoc/Makefile | 7 |
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 + |