1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-15 00:30:29 +03:00
FiraCode/Makefile
2020-06-17 22:13:23 +02:00

8 lines
119 B
Makefile

all: dep build
dep:
docker build -t fira:latest .
build:
docker run --rm -v ${PWD}:/opt fira:latest ./script/build