tmp.fortran/Makefile

7 lines
132 B
Makefile
Raw Normal View History

build: Dockerfile
docker build -t r.batts.cloub/fortran .
run: build
docker run -it --rm -v $(pwd):/data r.batts.cloud/fortran