mirror of
https://github.com/mindthemath/fenics.git
synced 2025-05-20 15:15:51 -06:00
11 lines
241 B
Makefile
11 lines
241 B
Makefile
build: 2019.1.0
|
|
|
|
latest:
|
|
docker build -t fenics -f Dockerfile .
|
|
|
|
2019.1.0:
|
|
docker build -t fenics -t fenics-2019.1.0 -f Dockerfile-2019.1.0 .
|
|
|
|
2019.1.0.post0:
|
|
docker build -t fenics -t fenics-2019.1.0.post0 -f Dockerfile-2019.1.0.post0 .
|