From ec3e67572cdc39a912aa3f143307d17e0da17ef6 Mon Sep 17 00:00:00 2001 From: favmd Date: Thu, 18 Apr 2024 19:04:06 +0200 Subject: [PATCH] Update Makefile --- ubuntu-20-04-compile-cxx-without-vcpkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-20-04-compile-cxx-without-vcpkg/Makefile b/ubuntu-20-04-compile-cxx-without-vcpkg/Makefile index fe21e5d..0bf6375 100644 --- a/ubuntu-20-04-compile-cxx-without-vcpkg/Makefile +++ b/ubuntu-20-04-compile-cxx-without-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" "John" + @docker run --rm $(args) --name $(name) --hostname $(name) $(img) ./build/main/progname --name John stop rm: -docker container $@ $(name)