diff --git a/Makefile b/Makefile index b86e11a..0e070ee 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ clean: compile-on-debian-11: # builds repo2html compatible with systems running glibc-2.31 and higher. docker build docker - docker run -v $(shell pwd):/tmp/x -w /tmp/x --rm repo2htmlbuilder make compile # the docker image "repo2htmlbuilder:latest" now exists on your system. # this will make the next time you run this command go faster. # to delete it and reclaim the space run "docker image rm repo2htmlbuilder:latest" + docker run -v $(shell pwd):/tmp/x -w /tmp/x --rm repo2htmlbuilder make compile