summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2023-10-15 09:41:05 -0400
committerPaul Duncan <pabs@pablotron.org>2023-10-15 09:41:05 -0400
commit4c94118ec89c3cae982bf4a6cc8866bc68741b33 (patch)
treec7ea84334d165e1803420e5ba95f5cb65caa3812 /Makefile
parent4d639569410e51f5aaefb6ae3d9282a58a28f562 (diff)
downloadsha3-4c94118ec89c3cae982bf4a6cc8866bc68741b33.tar.bz2
sha3-4c94118ec89c3cae982bf4a6cc8866bc68741b33.zip
add Doxyfile, fix "doc" target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 520aabf..e4faee0 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ test:
# build API documentation (requires doxygen)
doc:
- doxygen sha3.h
+ doxygen
# remove build files
clean: