diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-10-15 09:41:05 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-10-15 09:41:05 -0400 |
commit | 4c94118ec89c3cae982bf4a6cc8866bc68741b33 (patch) | |
tree | c7ea84334d165e1803420e5ba95f5cb65caa3812 /Makefile | |
parent | 4d639569410e51f5aaefb6ae3d9282a58a28f562 (diff) | |
download | sha3-4c94118ec89c3cae982bf4a6cc8866bc68741b33.tar.bz2 sha3-4c94118ec89c3cae982bf4a6cc8866bc68741b33.zip |
add Doxyfile, fix "doc" target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ test: # build API documentation (requires doxygen) doc: - doxygen sha3.h + doxygen # remove build files clean: |