diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-23 05:02:56 -0800 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-23 05:02:56 -0800 |
commit | e223d18152cd676d1e6e5b6618e87d17342cd18b (patch) | |
tree | 6242899d26d0b2e77bae860698b3fa4de8880f53 /Makefile | |
parent | 6886f0ed9e75f5d20eac7914ee2a978363c35d92 (diff) |
Fixed length issue
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ main: fc.txt ibus-table-createdb -n fc.db -s fc.txt -install: +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 uninstall: |