2023-01-20 04:39:30 +09:00
|
|
|
build:
|
2023-03-11 18:29:41 +09:00
|
|
|
@mkdir -p out
|
2023-03-11 21:51:11 +09:00
|
|
|
@python3 build.py -B 2> out/err.log || { echo "Build Failed. Please check out/err.log for detailed information"; false; }
|
2023-03-11 18:29:41 +09:00
|
|
|
@py3clean .
|
2023-01-20 04:39:30 +09:00
|
|
|
|
|
|
|
install: build
|
2023-03-11 18:29:41 +09:00
|
|
|
@cp out/KawaiiMonoRegularPatched.ttf ~/.local/share/fonts/KawaiiMonoRegular.ttf
|
|
|
|
@fc-cache -f -v
|