diff --git a/Makefile b/Makefile index 1c72ae6..d0509e7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: build build: - docker run --rm -v ${PWD}:/opt tonsky/firacode:latest ./script/build.sh -w Retina + docker run --rm -v ${PWD}:/opt tonsky/firacode:latest ./script/build.sh package: ./script/package.sh