FiraCode/Makefile

8 wiersze
119 B
Makefile
Czysty Zwykły widok Historia

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