Makefile: fix docs target Signed-off-by: Sebastian <sebastian@sebsite.pw>
1 files changed, 3 insertions(+), 3 deletions(-) M Makefile
M Makefile => Makefile +3 -3
@@ 17,9 17,9 @@ check: $(HARE) test docs: mkdir -p docs/image/png [ -e docs/mascot.jpg ] || curl -s https://harelang.org/mascot.jpg > docs/mascot.jpg haredoc -Fhtml image::png > docs/iobus/index.html mkdir -p docs/linux/io_uring $(HAREDOC) -Fhtml linux > docs/linux/index.html $(HAREDOC) -Fhtml linux::io_uring > docs/linux/io_uring/index.html clean: rm -rf docs