1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-10-05 17:17:34 +03:00
FiraCode/Makefile
2023-12-31 06:37:41 -08:00

8 lines
123 B
Makefile

all: build
build:
docker run --rm -v ${PWD}:/opt tonsky/firacode:latest ./script/build.sh
package:
./script/package.sh