1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-08-17 08:50:47 +03:00
FiraCode/Makefile

8 lines
119 B
Makefile
Raw Normal View History

2020-06-17 23:06:57 +03:00
all: dep build
dep:
docker build -t fira:latest .
build:
docker run --rm -v ${PWD}:/opt fira:latest ./script/build