From ea07f6ebb16d27e1ab6e99a9e7b0646a07fd2904 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: Mon, 27 Nov 2023 20:44:16 -0800 Subject: Renamed it to fourcorners since apparently too short of a name will not work --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 341b17a..d8485cc 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -main: fc.txt - ibus-table-createdb -n fc.db -s fc.txt -install: fc.db fc.png - cp fc.db /usr/share/ibus-table/tables/fc.db - cp fc.png /usr/share/ibus-table/icons/fc.png +fourcorners.db: fourcorners.txt + ibus-table-createdb -n fourcorners.db -s fourcorners.txt +install: fourcorners.db fourcorners.png + cp fourcorners.db /usr/share/ibus-table/tables/fourcorners.db + cp fourcorners.png /usr/share/ibus-table/icons/fourcorners.png uninstall: - rm /usr/share/ibus-table/tables/fc.db - rm /usr/share/ibus-table/icons/fc.png + rm /usr/share/ibus-table/tables/fourcorners.db + rm /usr/share/ibus-table/icons/fourcorners.png -- cgit v1.1