From 8f7696b53225e8e8725a827d0b793cf6b8401cc1 Mon Sep 17 00:00:00 2001 From: Tim Davis Date: Tue, 28 Nov 2023 06:10:06 -0600 Subject: [PATCH] todo --- ParU/Doc/Makefile | 4 ++-- TODO.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 TODO.txt diff --git a/ParU/Doc/Makefile b/ParU/Doc/Makefile index 7d316860c3..1047a486c2 100644 --- a/ParU/Doc/Makefile +++ b/ParU/Doc/Makefile @@ -13,7 +13,7 @@ paru_user_guide.pdf: paru_user_guide.tex paru_user_guide.bib Makefile paru_versi bibtex paru_user_guide pdflatex --shell-escape paru_user_guide.tex pdflatex --shell-escape paru_user_guide.tex - - $(RM) -r $(CLEAN) *.out + - $(RM) -r $(PURGE) *.out _minted-paru_* distclean: purge @@ -21,5 +21,5 @@ clean: - $(RM) -r $(CLEAN) purge: clean - - $(RM) -r $(PURGE) *.out paru_user_guide.pdf _minted-paru_* + - $(RM) -r $(PURGE) *.out _minted-paru_* diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000000..a66e5c678b --- /dev/null +++ b/TODO.txt @@ -0,0 +1,3 @@ + +FIXME: redo GraphBLAS/Demo/Output/*.out +