From 6a4565f4bbd4ffd0cfb5bfb24d13f75ad32fe429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haoran=20S=2E=20Diao=20=28=E5=88=81=E6=B5=A9=E7=84=B6=29?= <0@hairydiode.xyz> Date: Thu, 23 Nov 2023 04:11:58 -0800 Subject: =?UTF-8?q?=E5=88=9D=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f69984c --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +main: boshiamy.txt + ibus-table-createdb -n fc.db -s fc.txt +install: + cp boshiamy.db /usr/share/ibus-table/tables/fc + cp boshiamy.svg /usr/share/ibus-table/icons/fc.png +uninstall: + rm /usr/share/ibus-table/tables/fc.db + rm /usr/share/ibus-table/icons/fc.png -- cgit v1.1