aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-20 12:27:48 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-20 12:27:48 +0200
commit92a184fbf8c2b5671032cfcad8ae2f1c9ee39ca7 (patch)
tree054ace572faabebfc74839afe0d1d3566b6c6db0 /makefile
parentf121de7c7e3ca8f0dc526973a5ee2586485aad22 (diff)
WIP more documentation
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..5f5340b
--- /dev/null
+++ b/makefile
@@ -0,0 +1,5 @@
+all: doxygen
+
+doxygen: Doxyfile
+ doxygen
+