summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2026-05-09 18:12:59 -0700
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2026-05-09 18:12:59 -0700
commit5e306969951934409306e08695e791824e4d00c7 (patch)
tree6379bb60c9e14f0e72f06ef72d0536ac1ef43970 /makefile
parente1b24d57d79b18573bcc2c744ef87e79683a1289 (diff)
Added makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
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