KawaiiMono/Makefile

9 lines
267 B
Makefile
Raw Permalink Normal View History

2023-01-20 04:39:30 +09:00
build:
@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; }
@py3clean .
2023-01-20 04:39:30 +09:00
2023-03-17 04:52:58 +09:00
install:
@cp out/KawaiiMonoRegularPatched.ttf ~/.local/share/fonts/KawaiiMonoRegular.ttf
@fc-cache -f -v