diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-27 20:44:16 -0800 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-27 20:44:16 -0800 |
commit | ea07f6ebb16d27e1ab6e99a9e7b0646a07fd2904 (patch) | |
tree | 610dba9c606a06b8e1a8f528920e71b75ffed976 /Makefile | |
parent | 6462f93397c7249603e69402bbab07897ec591a8 (diff) |
Renamed it to fourcorners since apparently too short of a name will not work
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |