| tupdate Makefile paths to reflect cngf-pf name change - hansen-zoet-exp - compa… | |
| git clone git://src.adamsgaard.dk/hansen-zoet-exp | |
| Log | |
| Files | |
| Refs | |
| Submodules | |
| LICENSE | |
| --- | |
| commit 96b1ce9ebe76237609edabdf84875215d79a447c | |
| parent 3f5d736292f610c98211b9ebabe2f5795036d125 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Tue, 19 Apr 2022 15:30:03 +0200 | |
| update Makefile paths to reflect cngf-pf name change | |
| Diffstat: | |
| M fig-effective_stress/Makefile | 2 +- | |
| M fig-velocity/Makefile | 2 +- | |
| 2 files changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile | |
| t@@ -1,4 +1,4 @@ | |
| -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear | |
| +BIN = ../cngf-pf/cngf-pf | |
| FIG = $(shell basename $(CURDIR)) | |
| default: ../$(FIG)-strain_distribution.pdf ../$(FIG)-mohr_coulomb.pdf | |
| diff --git a/fig-velocity/Makefile b/fig-velocity/Makefile | |
| t@@ -1,4 +1,4 @@ | |
| -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear | |
| +BIN = ../cngf-pf/cngf-pf | |
| FIG = $(shell basename $(CURDIR)) | |
| default: ../$(FIG)-strain_distribution.pdf ../$(FIG)-velocity_stress.pdf |