parrot-wtf/Makefile

12 lines
191 B
Makefile
Raw Normal View History

2023-11-26 15:54:31 -07:00
# Makefile
# Jeff Moe with Parrot and Phind-CodeLlama-34B-v2_q8.gguf
2023-11-26 16:19:12 -07:00
.PHONY: html clean_sphinx clean
2023-11-26 15:54:31 -07:00
html:
cd docs/ && make html
2023-11-26 16:19:12 -07:00
clean_sphinx:
cd docs/ && make clean
clean: clean_sphinx