Skip to content

Commit 52c8f24

Browse files
committed
Makefile: Also remove riscv-abi.html in clean
1 parent de8a491 commit 52c8f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif
1818

1919
.PHONY: clean
2020
clean:
21-
rm -f $(NAME).pdf
21+
rm -f $(NAME).pdf $(NAME).html
2222

2323
$(NAME).pdf: $(NAME).adoc $(ADOCS) resources/themes/risc-v_spec-pdf.yml
2424
asciidoctor-pdf \

0 commit comments

Comments
 (0)