strawpoll-grab/Makefile

8 lines
86 B
Makefile

run:
make clean
docker build -t img .
docker run --rm img test
clean:
rm -rf img