Added clean to makefile

This commit is contained in:
rconnorjohnstone
2021-04-03 19:06:44 -06:00
parent c66964d236
commit 1e4b1cce2f

View File

@@ -19,3 +19,10 @@ $(PDF_DIR)/%.pdf: $(NOTES_DIR)/%.md pdf_dir
pdf_dir: pdf_dir:
mkdir -p $(PDF_DIR) mkdir -p $(PDF_DIR)
.PHONY: clean
clean: clean_pdf
clean_pdf:
rm -rf $(PDF_DIR)