1
0
Fork 0
mirror of synced 2024-09-28 23:41:39 +12:00
FiraCode/Makefile

10 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