Commit 1253cfe3 by isabelgk

Fix *** missing separator error on line 68

parent fb45c832
......@@ -65,9 +65,9 @@ $(docker_build)%: docker/build/%/Dockerfile
docker build -f $< .
$(docker_test)%: .build/%/Dockerfile.test
date
docker build -t $*:test -f $< .
date
date
docker build -t $*:test -f $< .
date
$(docker_pkg)%: .build/%/Dockerfile.pkg
docker build -t $*:latest -f $< .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment