Makefile

Mon, 01 Aug 2022 11:29:27 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 01 Aug 2022 11:29:27 +0100
changeset 0
ed346ec34e2a
permissions
-rw-r--r--

Initial commit

0
ed346ec34e2a Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 .PHONY: build
ed346ec34e2a Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2
ed346ec34e2a Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 build:
ed346ec34e2a Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 docker build -t mwild1/fix-ceb-nulls .

mercurial