Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 20 04 compile cxx #10

Merged
merged 20 commits into from
May 13, 2024
Prev Previous commit
Next Next commit
Update Makefile
  • Loading branch information
favmd committed Apr 18, 2024
commit 4d8272188f7769a1a980173f3cb8d1dc563623f8
2 changes: 1 addition & 1 deletion ubuntu-20-04-compile-cxx-with-vcpkg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down