tmp.fortran/Makefile
Vincent Batts 2b3a7cb677
Initial commit
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2024-05-26 20:43:00 -04:00

6 lines
132 B
Makefile

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