Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: George Stagg <georgestagg@gmail.com>
  • Loading branch information
coatless and georgestagg committed Apr 23, 2024
1 parent e9e1508 commit eba0651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libs: ## Compile supporting libs for webR
cd libs && $(MAKE)

.PHONY: docker-webr
docker-webr: ## Build webR in a temporary docker container
docker-webr: ## Build webR in a temporary Docker container
mkdir -p dist
docker build -t webr-build .
docker run --rm --mount type=bind,source=$(PWD),target=/app webr-build
Expand Down

0 comments on commit eba0651

Please sign in to comment.