make clean, ala Parrot

main
root 2023-11-26 16:19:12 -07:00
parent 01e31d455c
commit efc9a6f13d
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
# Makefile
# Jeff Moe with Parrot and Phind-CodeLlama-34B-v2_q8.gguf
.PHONY: html
.PHONY: html clean_sphinx clean
html:
cd docs/ && make html
clean_sphinx:
cd docs/ && make clean
clean: clean_sphinx