diff --git a/ubuntu-20-04-compile-cxx-with-vcpkg/Makefile b/ubuntu-20-04-compile-cxx-with-vcpkg/Makefile index c9cac13..8bab5f3 100644 --- a/ubuntu-20-04-compile-cxx-with-vcpkg/Makefile +++ b/ubuntu-20-04-compile-cxx-with-vcpkg/Makefile @@ -17,7 +17,7 @@ clean: ; build: clean docker build -t $(img) . run: - @docker run --rm $(args) --name $(name) --hostname $(name) $(img) ./build/main/progname "--name" "Jane" + @docker run --rm $(args) --name $(name) --hostname $(name) $(img) ./build/main/progname --name Jane stop rm: -docker container $@ $(name)