mirror of
https://github.com/tonsky/FiraCode.git
synced 2024-11-20 19:48:59 +03:00
11 lines
153 B
Makefile
11 lines
153 B
Makefile
all: dep build
|
|
|
|
dep:
|
|
docker build -t fira:latest .
|
|
|
|
build:
|
|
docker run --rm -v ${PWD}:/opt fira:latest ./script/build.sh
|
|
|
|
package:
|
|
./script/package.sh
|