Skip to content

Commit

Permalink
Fix up top-level makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
danshapero committed Mar 20, 2024
1 parent f6b7abe commit 94f28ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all: dual-problems.pdf

dual-problems.pdf: dual-problems.tex dual-problems.bib
cd demos/kangerd && make volumes.pdf contours.pdf && cd ../../
cd demos/larsen && make thickness.pdf volumes.pdf contours.pdf && cd ../../
cd demos/larsen && make contours.pdf && cd ../../
cd demos/singularity && make primal.pdf dual.pdf && cd ../../
cd demos/convergence-tests && make results.pdf && cd ../../
cd demos/slab && make tables/table_alpha0.50.txt && cd ../../
Expand Down

0 comments on commit 94f28ff

Please sign in to comment.