Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
favmd committed Apr 18, 2024
1 parent 4d82721 commit ec3e675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-20-04-compile-cxx-without-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" "John"
@docker run --rm $(args) --name $(name) --hostname $(name) $(img) ./build/main/progname --name John
stop rm:
-docker container $@ $(name)

Expand Down

0 comments on commit ec3e675

Please sign in to comment.