diff options
| author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2026-05-09 18:12:59 -0700 |
|---|---|---|
| committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2026-05-09 18:12:59 -0700 |
| commit | 5e306969951934409306e08695e791824e4d00c7 (patch) | |
| tree | 6379bb60c9e14f0e72f06ef72d0536ac1ef43970 /makefile | |
| parent | e1b24d57d79b18573bcc2c744ef87e79683a1289 (diff) | |
Added makefile
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..2c39882 --- /dev/null +++ b/makefile @@ -0,0 +1,5 @@ +install: + cp OccidentalBitmap.ttf /usr/share/fonts/OccidentalBitmap.ttf + fc-cache -rvf +remove: + rm /usr/share/fonts/OccidentalBitmap.ttf |
