# HG changeset patch # User Matthew Wild # Date 1549020112 0 # Node ID 92e1733243d5dd95cf5182f2e78e953b6a1ddf96 # Parent 14500a149b31128516d59a00f499133b0db1ddf9 Makefile: Add docker target diff -r 14500a149b31 -r 92e1733243d5 Makefile --- a/Makefile Sun Dec 30 09:43:36 2018 +0000 +++ b/Makefile Fri Feb 01 11:21:52 2019 +0000 @@ -30,4 +30,7 @@ test: busted -.PHONY: all clean install +docker: + docker build -t scansion . + +.PHONY: all clean install docker test clean