Makefile: Add docker target

Fri, 01 Feb 2019 11:21:52 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 01 Feb 2019 11:21:52 +0000
changeset 165
92e1733243d5
parent 164
14500a149b31
child 166
5d39804f108b

Makefile: Add docker target

Makefile file | annotate | diff | comparison | revisions
--- 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

mercurial