Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 28, 2023
1 parent 449e410 commit 8f7696b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ParU/Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ 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

clean:
- $(RM) -r $(CLEAN)

purge: clean
- $(RM) -r $(PURGE) *.out paru_user_guide.pdf _minted-paru_*
- $(RM) -r $(PURGE) *.out _minted-paru_*

3 changes: 3 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

FIXME: redo GraphBLAS/Demo/Output/*.out

0 comments on commit 8f7696b

Please sign in to comment.