diff options
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 |