Makefile (93B)
1 all: 2 docker build . --tag forth 3 docker image prune -f 4 docker run --interactive --rm forth