1
0
Fork 0
mirror of synced 2024-05-18 19:43:41 +12:00
FiraCode/Makefile

8 lines
119 B
Makefile
Raw Normal View History

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